Shades of Tenne (Tawny) #CC5012
Tints of Tenne (Tawny) #CC5012
RGB
CMYK
RGB Variations
Color information
#CC5012 (or 0xCC5012) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 12. RGB value is (204,80,18). Sum of RGB (Red+Green+Blue) = 204+80+18=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5012 is #33AFED. Grayscale: #6E6E6E. Windows color (decimal): -3387374 or 1200332. OLE color: 1200332.
HSL color Cylindrical-coordinate representation of color #CC5012: hue angle of 20º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC5012 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 18 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.2 |
| HSL | 20º | 0.84% | 0.44% | - |
| HSV(B) | 20º | 0.91% | 0.8% | - |
| XYZ | 27.88 | 18.62 | 2.7 | - |
| YUV | 110.01 | 76.08 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 18 | 0 | 0.61 | 0.91 | 0.2 | 20 | 0.84 | 0.44 |
| Hex | CC | 50 | 12 | 0 | 3D | 5B | 14 | 14 | 54 | 2C |
| Octal | 314 | 120 | 22 | 0 | 75 | 133 | 24 | 24 | 124 | 54 |
| Binary | 11001100 | 1010000 | 10010 | 0 | 111101 | 1011011 | 10100 | 10100 | 1010100 | 101100 |
Color Harmonies of #CC5012
Complementary color
Monochromatic Colors of #CC5012
Black with #CC5012
Text Example
Text Example
White with #CC5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5012; }
p { color: rgb(204,80,18); }
H1.HeaderClassName
{
color: #CC5012;
}
.AnyTagClassName
{
color: #CC5012;
}
</style>
background-color css
<style>
a { background-color: #CC5012; }
a { background-color: rgb(204,80,18); }
div.DivClassName
{
background-color: #CC5012;
}
.BgClassName
{
background-color: #CC5012;
}
</style>
border-color css
<style>
span { border-color: #CC5012; }
span { border-color: rgb(204,80,18); }
td.TdClassName
{
border-color: #CC5012;
}
.TagClassName
{
border-color: #CC5012;
}
</style>