Shades of Cocoa Brown #201205
Tints of Cocoa Brown #201205
RGB
CMYK
RGB Variations
Color information
#201205 (or 0x201205) is known color: Cocoa Brown. HEX triplet: 20, 12 and 05. RGB value is (32,18,5). Sum of RGB (Red+Green+Blue) = 32+18+5=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #201205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201205 is #DFEDFA. Grayscale: #141414. Windows color (decimal): -14675451 or 332320. OLE color: 332320.
HSL color Cylindrical-coordinate representation of color #201205: hue angle of 28.89º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201205 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 18 | 5 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.87 |
| HSL | 28.89º | 0.73% | 0.07% | - |
| HSV(B) | 28.89º | 0.84% | 0.13% | - |
| XYZ | 0.84 | 0.75 | 0.24 | - |
| YUV | 20.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 5 | 0 | 0.44 | 0.84 | 0.87 | 28.89 | 0.73 | 0.07 |
| Hex | 20 | 12 | 5 | 0 | 2C | 54 | 57 | 1D | 49 | 7 |
| Octal | 40 | 22 | 5 | 0 | 54 | 124 | 127 | 35 | 111 | 7 |
| Binary | 100000 | 10010 | 101 | 0 | 101100 | 1010100 | 1010111 | 11101 | 1001001 | 111 |
Color Harmonies of #201205
Complementary color
Monochromatic Colors of #201205
Black with #201205
Text Example
Text Example
White with #201205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201205; }
p { color: rgb(32,18,5); }
H1.HeaderClassName
{
color: #201205;
}
.AnyTagClassName
{
color: #201205;
}
</style>
background-color css
<style>
a { background-color: #201205; }
a { background-color: rgb(32,18,5); }
div.DivClassName
{
background-color: #201205;
}
.BgClassName
{
background-color: #201205;
}
</style>
border-color css
<style>
span { border-color: #201205; }
span { border-color: rgb(32,18,5); }
td.TdClassName
{
border-color: #201205;
}
.TagClassName
{
border-color: #201205;
}
</style>