Shades of Tenne (Tawny) #CC5A0D
Tints of Tenne (Tawny) #CC5A0D
RGB
CMYK
RGB Variations
Color information
#CC5A0D (or 0xCC5A0D) is known color: Tenne (Tawny). HEX triplet: CC, 5A and 0D. RGB value is (204,90,13). Sum of RGB (Red+Green+Blue) = 204+90+13=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5A0D is #33A5F2. Grayscale: #737373. Windows color (decimal): -3384819 or 875212. OLE color: 875212.
HSL color Cylindrical-coordinate representation of color #CC5A0D: hue angle of 24.19º 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 #CC5A0D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.2 |
| HSL | 24.19º | 0.88% | 0.43% | - |
| HSV(B) | 24.19º | 0.94% | 0.8% | - |
| XYZ | 28.63 | 20.18 | 2.77 | - |
| YUV | 115.31 | 70.27 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 13 | 0 | 0.56 | 0.94 | 0.2 | 24.19 | 0.88 | 0.43 |
| Hex | CC | 5A | D | 0 | 38 | 5E | 14 | 18 | 58 | 2B |
| Octal | 314 | 132 | 15 | 0 | 70 | 136 | 24 | 30 | 130 | 53 |
| Binary | 11001100 | 1011010 | 1101 | 0 | 111000 | 1011110 | 10100 | 11000 | 1011000 | 101011 |
Color Harmonies of #CC5A0D
Complementary color
Monochromatic Colors of #CC5A0D
Black with #CC5A0D
Text Example
Text Example
White with #CC5A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A0D; }
p { color: rgb(204,90,13); }
H1.HeaderClassName
{
color: #CC5A0D;
}
.AnyTagClassName
{
color: #CC5A0D;
}
</style>
background-color css
<style>
a { background-color: #CC5A0D; }
a { background-color: rgb(204,90,13); }
div.DivClassName
{
background-color: #CC5A0D;
}
.BgClassName
{
background-color: #CC5A0D;
}
</style>
border-color css
<style>
span { border-color: #CC5A0D; }
span { border-color: rgb(204,90,13); }
td.TdClassName
{
border-color: #CC5A0D;
}
.TagClassName
{
border-color: #CC5A0D;
}
</style>