Shades of Cocoa Brown #201202
Tints of Cocoa Brown #201202
RGB
CMYK
RGB Variations
Color information
#201202 (or 0x201202) is known color: Cocoa Brown. HEX triplet: 20, 12 and 02. RGB value is (32,18,2). Sum of RGB (Red+Green+Blue) = 32+18+2=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #201202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201202 is #DFEDFD. Grayscale: #141414. Windows color (decimal): -14675454 or 135712. OLE color: 135712.
HSL color Cylindrical-coordinate representation of color #201202: hue angle of 32º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #201202 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 18 | 2 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.87 |
| HSL | 32º | 0.88% | 0.07% | - |
| HSV(B) | 32º | 0.94% | 0.13% | - |
| XYZ | 0.82 | 0.74 | 0.16 | - |
| YUV | 20.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 2 | 0 | 0.44 | 0.94 | 0.87 | 32 | 0.88 | 0.07 |
| Hex | 20 | 12 | 2 | 0 | 2C | 5E | 57 | 20 | 58 | 7 |
| Octal | 40 | 22 | 2 | 0 | 54 | 136 | 127 | 40 | 130 | 7 |
| Binary | 100000 | 10010 | 10 | 0 | 101100 | 1011110 | 1010111 | 100000 | 1011000 | 111 |
Color Harmonies of #201202
Complementary color
Monochromatic Colors of #201202
Black with #201202
Text Example
Text Example
White with #201202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201202; }
p { color: rgb(32,18,2); }
H1.HeaderClassName
{
color: #201202;
}
.AnyTagClassName
{
color: #201202;
}
</style>
background-color css
<style>
a { background-color: #201202; }
a { background-color: rgb(32,18,2); }
div.DivClassName
{
background-color: #201202;
}
.BgClassName
{
background-color: #201202;
}
</style>
border-color css
<style>
span { border-color: #201202; }
span { border-color: rgb(32,18,2); }
td.TdClassName
{
border-color: #201202;
}
.TagClassName
{
border-color: #201202;
}
</style>