Shades of Tenne (Tawny) #CC4A0D
Tints of Tenne (Tawny) #CC4A0D
RGB
CMYK
RGB Variations
Color information
#CC4A0D (or 0xCC4A0D) is known color: Tenne (Tawny). HEX triplet: CC, 4A and 0D. RGB value is (204,74,13). Sum of RGB (Red+Green+Blue) = 204+74+13=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A0D is #33B5F2. Grayscale: #6A6A6A. Windows color (decimal): -3388915 or 871116. OLE color: 871116.
HSL color Cylindrical-coordinate representation of color #CC4A0D: hue angle of 19.16º 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 #CC4A0D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.2 |
| HSL | 19.16º | 0.88% | 0.43% | - |
| HSV(B) | 19.16º | 0.94% | 0.8% | - |
| XYZ | 27.42 | 17.76 | 2.36 | - |
| YUV | 105.92 | 75.57 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 13 | 0 | 0.64 | 0.94 | 0.2 | 19.16 | 0.88 | 0.43 |
| Hex | CC | 4A | D | 0 | 40 | 5E | 14 | 13 | 58 | 2B |
| Octal | 314 | 112 | 15 | 0 | 100 | 136 | 24 | 23 | 130 | 53 |
| Binary | 11001100 | 1001010 | 1101 | 0 | 1000000 | 1011110 | 10100 | 10011 | 1011000 | 101011 |
Color Harmonies of #CC4A0D
Complementary color
Monochromatic Colors of #CC4A0D
Black with #CC4A0D
Text Example
Text Example
White with #CC4A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A0D; }
p { color: rgb(204,74,13); }
H1.HeaderClassName
{
color: #CC4A0D;
}
.AnyTagClassName
{
color: #CC4A0D;
}
</style>
background-color css
<style>
a { background-color: #CC4A0D; }
a { background-color: rgb(204,74,13); }
div.DivClassName
{
background-color: #CC4A0D;
}
.BgClassName
{
background-color: #CC4A0D;
}
</style>
border-color css
<style>
span { border-color: #CC4A0D; }
span { border-color: rgb(204,74,13); }
td.TdClassName
{
border-color: #CC4A0D;
}
.TagClassName
{
border-color: #CC4A0D;
}
</style>