Shades of Tenne (Tawny) #CC4D0A
Tints of Tenne (Tawny) #CC4D0A
RGB
CMYK
RGB Variations
Color information
#CC4D0A (or 0xCC4D0A) is known color: Tenne (Tawny). HEX triplet: CC, 4D and 0A. RGB value is (204,77,10). Sum of RGB (Red+Green+Blue) = 204+77+10=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4D0A is #33B2F5. Grayscale: #6B6B6B. Windows color (decimal): -3388150 or 675276. OLE color: 675276.
HSL color Cylindrical-coordinate representation of color #CC4D0A: hue angle of 20.72º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC4D0A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.2 |
| HSL | 20.72º | 0.91% | 0.42% | - |
| HSV(B) | 20.72º | 0.95% | 0.8% | - |
| XYZ | 27.61 | 18.17 | 2.34 | - |
| YUV | 107.34 | 73.08 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 10 | 0 | 0.62 | 0.95 | 0.2 | 20.72 | 0.91 | 0.42 |
| Hex | CC | 4D | A | 0 | 3E | 5F | 14 | 15 | 5B | 2A |
| Octal | 314 | 115 | 12 | 0 | 76 | 137 | 24 | 25 | 133 | 52 |
| Binary | 11001100 | 1001101 | 1010 | 0 | 111110 | 1011111 | 10100 | 10101 | 1011011 | 101010 |
Color Harmonies of #CC4D0A
Complementary color
Monochromatic Colors of #CC4D0A
Black with #CC4D0A
Text Example
Text Example
White with #CC4D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D0A; }
p { color: rgb(204,77,10); }
H1.HeaderClassName
{
color: #CC4D0A;
}
.AnyTagClassName
{
color: #CC4D0A;
}
</style>
background-color css
<style>
a { background-color: #CC4D0A; }
a { background-color: rgb(204,77,10); }
div.DivClassName
{
background-color: #CC4D0A;
}
.BgClassName
{
background-color: #CC4D0A;
}
</style>
border-color css
<style>
span { border-color: #CC4D0A; }
span { border-color: rgb(204,77,10); }
td.TdClassName
{
border-color: #CC4D0A;
}
.TagClassName
{
border-color: #CC4D0A;
}
</style>