Shades of Dixie #CC812A
Tints of Dixie #CC812A
RGB
CMYK
RGB Variations
Color information
#CC812A (or 0xCC812A) is known color: Dixie. HEX triplet: CC, 81 and 2A. RGB value is (204,129,42). Sum of RGB (Red+Green+Blue) = 204+129+42=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC812A is #337ED5. Grayscale: #8D8D8D. Windows color (decimal): -3374806 or 2785740. OLE color: 2785740.
HSL color Cylindrical-coordinate representation of color #CC812A: hue angle of 32.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC812A is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 42 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.2 |
| HSL | 32.22º | 0.66% | 0.48% | - |
| HSV(B) | 32.22º | 0.79% | 0.8% | - |
| XYZ | 33.17 | 28.71 | 5.98 | - |
| YUV | 141.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 42 | 0 | 0.37 | 0.79 | 0.2 | 32.22 | 0.66 | 0.48 |
| Hex | CC | 81 | 2A | 0 | 25 | 4F | 14 | 20 | 42 | 30 |
| Octal | 314 | 201 | 52 | 0 | 45 | 117 | 24 | 40 | 102 | 60 |
| Binary | 11001100 | 10000001 | 101010 | 0 | 100101 | 1001111 | 10100 | 100000 | 1000010 | 110000 |
Color Harmonies of #CC812A
Complementary color
Monochromatic Colors of #CC812A
Black with #CC812A
Text Example
Text Example
White with #CC812A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC812A; }
p { color: rgb(204,129,42); }
H1.HeaderClassName
{
color: #CC812A;
}
.AnyTagClassName
{
color: #CC812A;
}
</style>
background-color css
<style>
a { background-color: #CC812A; }
a { background-color: rgb(204,129,42); }
div.DivClassName
{
background-color: #CC812A;
}
.BgClassName
{
background-color: #CC812A;
}
</style>
border-color css
<style>
span { border-color: #CC812A; }
span { border-color: rgb(204,129,42); }
td.TdClassName
{
border-color: #CC812A;
}
.TagClassName
{
border-color: #CC812A;
}
</style>