Shades of Tenne (Tawny) #CC5B0D
Tints of Tenne (Tawny) #CC5B0D
RGB
CMYK
RGB Variations
Color information
#CC5B0D (or 0xCC5B0D) is known color: Tenne (Tawny). HEX triplet: CC, 5B and 0D. RGB value is (204,91,13). Sum of RGB (Red+Green+Blue) = 204+91+13=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5B0D is #33A4F2. Grayscale: #747474. Windows color (decimal): -3384563 or 875468. OLE color: 875468.
HSL color Cylindrical-coordinate representation of color #CC5B0D: hue angle of 24.5º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC5B0D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.2 |
| HSL | 24.5º | 0.88% | 0.43% | - |
| HSV(B) | 24.5º | 0.94% | 0.8% | - |
| XYZ | 28.72 | 20.35 | 2.79 | - |
| YUV | 115.9 | 69.94 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 13 | 0 | 0.55 | 0.94 | 0.2 | 24.5 | 0.88 | 0.43 |
| Hex | CC | 5B | D | 0 | 37 | 5E | 14 | 19 | 58 | 2B |
| Octal | 314 | 133 | 15 | 0 | 67 | 136 | 24 | 31 | 130 | 53 |
| Binary | 11001100 | 1011011 | 1101 | 0 | 110111 | 1011110 | 10100 | 11001 | 1011000 | 101011 |
Color Harmonies of #CC5B0D
Complementary color
Monochromatic Colors of #CC5B0D
Black with #CC5B0D
Text Example
Text Example
White with #CC5B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B0D; }
p { color: rgb(204,91,13); }
H1.HeaderClassName
{
color: #CC5B0D;
}
.AnyTagClassName
{
color: #CC5B0D;
}
</style>
background-color css
<style>
a { background-color: #CC5B0D; }
a { background-color: rgb(204,91,13); }
div.DivClassName
{
background-color: #CC5B0D;
}
.BgClassName
{
background-color: #CC5B0D;
}
</style>
border-color css
<style>
span { border-color: #CC5B0D; }
span { border-color: rgb(204,91,13); }
td.TdClassName
{
border-color: #CC5B0D;
}
.TagClassName
{
border-color: #CC5B0D;
}
</style>