#cc862c

Color #CC862C Dixie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dixie #CC862C

Tints of Dixie #CC862C

Color information

#CC862C (or 0xCC862C) is unknown color: approx Dixie. HEX triplet: CC, 86 and 2C. RGB value is (204,134,44). Sum of RGB (Red+Green+Blue) = 204+134+44=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC862C is #3379D3. Grayscale: #919191. Windows color (decimal): -3373524 or 2918092. OLE color: 2918092.

HSL color Cylindrical-coordinate representation of color #CC862C: hue angle of 33.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC862C is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB20413444-
CMYK00.340.780.2
HSL33.75º64.52%48.63%-
HSV(B)33.75º78.43%80%-
XYZ33.8830.076.4-
YUV144.6771.19170.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 53.40%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 44 (17.58% from 255) = 11.52%
R=53.40%
G=35.08%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041344400.340.780.233.7564.5248.63
HexCC862C0224E14224131
Octal31420654042116244210161
Binary110011001000011010110001000101001110101001000101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc862c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc862c; }

 p { color: rgb(204,134,44); }

 H1.HeaderClassName
 {
   color: #cc862c;
 }
 .AnyTagClassName
 {
   color: #cc862c;
 }
</style>
background-color css

<style>
 a { background-color: #cc862c; }

 a { background-color: rgb(204,134,44); }

 div.DivClassName
 {
   background-color: #cc862c;
 }
 .BgClassName
 {
   background-color: #cc862c;
 }
</style>
border-color css

<style>
 span { border-color: #cc862c; }

 span { border-color: rgb(204,134,44); }

 td.TdClassName
 {
   border-color: #cc862c;
 }
 .TagClassName
 {
   border-color: #cc862c;
 }
</style>