COLOR #C6652B

HEX: #C6652B
RGB: (198,101,43)

Color info

#C6652B contains mainly red color. Web safe color of #C6652B is #CC6633 (or #C63).

RGB color model

#C6652B color RGB value is (198,101,43).

  • red value is 198;
  • green value is 101;
  • blue value is 43.
RGB:
(198,101,43)
(78%,40%,17%)

RGB channels and saturation

R 198 of 255 = 78%
G 101 of 255 = 40%
B 43 of 255 = 17%

198
101
43

R + G + B ~ 45%. #C6652B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 101 + 43 = 342 (100%)
R 198 of 342 ~ 57.89%
G 101 of 342 ~ 29.53%
B 43 of 342 ~ 12.57%

%57.89
%29.53
%12.57

CMYK color model

#C6652B color CMYK value is (0,49,78,22).

  • cyan value is 0.00%
  • magenta value is 48.99%
  • yellow value is 78.28%
  • key color value is 22.35%
CMYK:
(0,49,78,22)
C0M49Y78K22 
(0%,49%,78%,22%)
(0.00/0.49/0.78/0.22)	

CMYK percentages

%0
%48.99
%78.28
%22.35

Codes

Color #C6652B in popluar color models

C6652B
RGB19810143
HSL22°64.32%47.25%
HSB/HSV22°78.28%77.65%
CMYK0.00%48.99%78.28%
22.35%

Color #C6652B in popluar number systems.

HEXC6652B
Decimal19810143
Binary110001101100101101011
Octal30614553

Shades and tints

Shades of #C6652B

#C6652B
(198,101,43)
#B45C28
(180,92,40)
#A25325
(162,83,37)
#904A22
(144,74,34)
#7E411F
(126,65,31)
#6C381C
(108,56,28)
#5A2F19
(90,47,25)
#482616
(72,38,22)
#361D13
(54,29,19)
#241410
(36,20,16)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #C6652B

#C6652B
(198,101,43)
#CB733E
(203,115,62)
#D08151
(208,129,81)
#D58F64
(213,143,100)
#DA9D77
(218,157,119)
#DFAB8A
(223,171,138)
#E4B99D
(228,185,157)
#E9C7B0
(233,199,176)
#EED5C3
(238,213,195)
#F3E3D6
(243,227,214)
#F8F1E9
(248,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6652B color. Also use rgb(198,101,43) instead hex code.

Text Font Color

.myTextColor { color: #C6652B; }

<p style="color:#C6652B">This sample text font color is #C6652B.</p>

This text font color is #C6652B.


Background Color

.myBgColor { background-color: #C6652B; }

<div style="background-color:#C6652B">Inner text</div>

This div background color is #C6652B.


Border color

.myBorderColor { border: 1px solid #C6652B; }

<div style="border:3px solid #C6652B">Div</div>

This div border color is #C6652B.


Opacity

.myOpacity80 { color: #C6652B; opacity: 0.8; }

<p style="color:#C6652B;opacity:0.8;">80%</p>

Text with #C6652B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C6652B;}

<p style="text-shadow: 3px 3px 1px #C6652B">Text here.</p>

This text has shadow with #C6652B color.

.textShadow {text-shadow: 3px 3px 1px #C6652B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C6652B, 5px 5px 20px red">Text here.</p>

This text has shadow with #C6652B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6652B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C6652B, Direction=45, Strength=4)">Text</p>

This text has shadow with #C6652B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C6652B;
  -webkit-box-shadow:	1px 1px 3px 2px #C6652B;
  box-shadow:		1px 1px 3px 2px #C6652B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6652B;
-webkit-box-shadow: 1px 1px 3px 2px #C6652B;
box-shadow:1px 1px 3px 2px #C6652B;">
Div content here</div>
This div box has shadow with color #C6652B.

Preview

Color preview on black background

This text has color #C6652B on black background.


Color preview on white background

This text has color #C6652B on white background.



Black color preview on #C6652B background

This text has black color on #C6652B background.


White color preview on #C6652B background

This text has white color on #C6652B background.