Shades of Tenne (Tawny) #CC5D0D
Tints of Tenne (Tawny) #CC5D0D
RGB
CMYK
RGB Variations
Color information
#CC5D0D (or 0xCC5D0D) is known color: Tenne (Tawny). HEX triplet: CC, 5D and 0D. RGB value is (204,93,13). Sum of RGB (Red+Green+Blue) = 204+93+13=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5D0D is #33A2F2. Grayscale: #757575. Windows color (decimal): -3384051 or 875980. OLE color: 875980.
HSL color Cylindrical-coordinate representation of color #CC5D0D: hue angle of 25.13º 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 #CC5D0D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 13 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.2 |
| HSL | 25.13º | 0.88% | 0.43% | - |
| HSV(B) | 25.13º | 0.94% | 0.8% | - |
| XYZ | 28.89 | 20.7 | 2.85 | - |
| YUV | 117.07 | 69.27 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 13 | 0 | 0.54 | 0.94 | 0.2 | 25.13 | 0.88 | 0.43 |
| Hex | CC | 5D | D | 0 | 36 | 5E | 14 | 19 | 58 | 2B |
| Octal | 314 | 135 | 15 | 0 | 66 | 136 | 24 | 31 | 130 | 53 |
| Binary | 11001100 | 1011101 | 1101 | 0 | 110110 | 1011110 | 10100 | 11001 | 1011000 | 101011 |
Color Harmonies of #CC5D0D
Complementary color
Monochromatic Colors of #CC5D0D
Black with #CC5D0D
Text Example
Text Example
White with #CC5D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D0D; }
p { color: rgb(204,93,13); }
H1.HeaderClassName
{
color: #CC5D0D;
}
.AnyTagClassName
{
color: #CC5D0D;
}
</style>
background-color css
<style>
a { background-color: #CC5D0D; }
a { background-color: rgb(204,93,13); }
div.DivClassName
{
background-color: #CC5D0D;
}
.BgClassName
{
background-color: #CC5D0D;
}
</style>
border-color css
<style>
span { border-color: #CC5D0D; }
span { border-color: rgb(204,93,13); }
td.TdClassName
{
border-color: #CC5D0D;
}
.TagClassName
{
border-color: #CC5D0D;
}
</style>