Shades of Tenne (Tawny) #CC4B0D
Tints of Tenne (Tawny) #CC4B0D
RGB
CMYK
RGB Variations
Color information
#CC4B0D (or 0xCC4B0D) is known color: Tenne (Tawny). HEX triplet: CC, 4B and 0D. RGB value is (204,75,13). Sum of RGB (Red+Green+Blue) = 204+75+13=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B0D is #33B4F2. Grayscale: #6A6A6A. Windows color (decimal): -3388659 or 871372. OLE color: 871372.
HSL color Cylindrical-coordinate representation of color #CC4B0D: hue angle of 19.48º 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 #CC4B0D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.2 |
| HSL | 19.48º | 0.88% | 0.43% | - |
| HSV(B) | 19.48º | 0.94% | 0.8% | - |
| XYZ | 27.49 | 17.9 | 2.39 | - |
| YUV | 106.5 | 75.24 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 13 | 0 | 0.63 | 0.94 | 0.2 | 19.48 | 0.88 | 0.43 |
| Hex | CC | 4B | D | 0 | 3F | 5E | 14 | 13 | 58 | 2B |
| Octal | 314 | 113 | 15 | 0 | 77 | 136 | 24 | 23 | 130 | 53 |
| Binary | 11001100 | 1001011 | 1101 | 0 | 111111 | 1011110 | 10100 | 10011 | 1011000 | 101011 |
Color Harmonies of #CC4B0D
Complementary color
Monochromatic Colors of #CC4B0D
Black with #CC4B0D
Text Example
Text Example
White with #CC4B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4B0D; }
p { color: rgb(204,75,13); }
H1.HeaderClassName
{
color: #CC4B0D;
}
.AnyTagClassName
{
color: #CC4B0D;
}
</style>
background-color css
<style>
a { background-color: #CC4B0D; }
a { background-color: rgb(204,75,13); }
div.DivClassName
{
background-color: #CC4B0D;
}
.BgClassName
{
background-color: #CC4B0D;
}
</style>
border-color css
<style>
span { border-color: #CC4B0D; }
span { border-color: rgb(204,75,13); }
td.TdClassName
{
border-color: #CC4B0D;
}
.TagClassName
{
border-color: #CC4B0D;
}
</style>