Shades of Tenne (Tawny) #CC5C0B
Tints of Tenne (Tawny) #CC5C0B
RGB
CMYK
RGB Variations
Color information
#CC5C0B (or 0xCC5C0B) is known color: Tenne (Tawny). HEX triplet: CC, 5C and 0B. RGB value is (204,92,11). Sum of RGB (Red+Green+Blue) = 204+92+11=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5C0B is #33A3F4. Grayscale: #747474. Windows color (decimal): -3384309 or 744652. OLE color: 744652.
HSL color Cylindrical-coordinate representation of color #CC5C0B: hue angle of 25.18º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC5C0B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.2 |
| HSL | 25.18º | 0.9% | 0.42% | - |
| HSV(B) | 25.18º | 0.95% | 0.8% | - |
| XYZ | 28.79 | 20.52 | 2.76 | - |
| YUV | 116.25 | 68.61 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 11 | 0 | 0.55 | 0.95 | 0.2 | 25.18 | 0.9 | 0.42 |
| Hex | CC | 5C | B | 0 | 37 | 5F | 14 | 19 | 5A | 2A |
| Octal | 314 | 134 | 13 | 0 | 67 | 137 | 24 | 31 | 132 | 52 |
| Binary | 11001100 | 1011100 | 1011 | 0 | 110111 | 1011111 | 10100 | 11001 | 1011010 | 101010 |
Color Harmonies of #CC5C0B
Complementary color
Monochromatic Colors of #CC5C0B
Black with #CC5C0B
Text Example
Text Example
White with #CC5C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C0B; }
p { color: rgb(204,92,11); }
H1.HeaderClassName
{
color: #CC5C0B;
}
.AnyTagClassName
{
color: #CC5C0B;
}
</style>
background-color css
<style>
a { background-color: #CC5C0B; }
a { background-color: rgb(204,92,11); }
div.DivClassName
{
background-color: #CC5C0B;
}
.BgClassName
{
background-color: #CC5C0B;
}
</style>
border-color css
<style>
span { border-color: #CC5C0B; }
span { border-color: rgb(204,92,11); }
td.TdClassName
{
border-color: #CC5C0B;
}
.TagClassName
{
border-color: #CC5C0B;
}
</style>