#CC812C

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

Shades of Dixie #CC812C

Tints of Dixie #CC812C

Color information

#CC812C (or 0xCC812C) is unknown color: approx Dixie. HEX triplet: CC, 81 and 2C. RGB value is (204,129,44). Sum of RGB (Red+Green+Blue) = 204+129+44=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC812C is #337ED3. Grayscale: #8E8E8E. Windows color (decimal): -3374804 or 2916812. OLE color: 2916812.

HSL color Cylindrical-coordinate representation of color #CC812C: hue angle of 31.88º 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 #CC812C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB20412944-
CMYK00.370.780.2
HSL31.88º64.52%48.63%-
HSV(B)31.88º78.43%80%-
XYZ33.2128.726.18-
YUV141.7372.85172.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 44 (17.58% from 255) = 11.67%
R=54.11%
G=34.22%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041294400.370.780.231.8864.5248.63
HexCC812C0254E14204131
Octal31420154045116244010161
Binary110011001000000110110001001011001110101001000001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC812C; }

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

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

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

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

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

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

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

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