Shades of Tenne (Tawny) #CC4D00
Tints of Tenne (Tawny) #CC4D00
RGB
CMYK
RGB Variations
Color information
#CC4D00 (or 0xCC4D00) is known color: Tenne (Tawny). HEX triplet: CC, 4D and 00. RGB value is (204,77,0). Sum of RGB (Red+Green+Blue) = 204+77+0=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4D00 is #33B2FF. Grayscale: #6A6A6A. Windows color (decimal): -3388160 or 19916. OLE color: 19916.
HSL color Cylindrical-coordinate representation of color #CC4D00: hue angle of 22.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC4D00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 77 | 0 | - |
CMYK | 0 | 0.62 | 1 | 0.2 |
HSL | 22.65º | 1% | 0.4% | - |
HSV(B) | 22.65º | 1% | 0.8% | - |
XYZ | 27.56 | 18.15 | 2.05 | - |
YUV | 106.2 | 68.08 | 197.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 77 | 0 | 0 | 0.62 | 1 | 0.2 | 22.65 | 1 | 0.4 |
Hex | CC | 4D | 0 | 0 | 3E | 64 | 14 | 17 | 64 | 28 |
Octal | 314 | 115 | 0 | 0 | 76 | 144 | 24 | 27 | 144 | 50 |
Binary | 11001100 | 1001101 | 0 | 0 | 111110 | 1100100 | 10100 | 10111 | 1100100 | 101000 |
Color Harmonies of #CC4D00
Complementary color
Monochromatic Colors of #CC4D00
Black with #CC4D00
Text Example
Text Example
White with #CC4D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D00; }
p { color: rgb(204,77,0); }
H1.HeaderClassName
{
color: #CC4D00;
}
.AnyTagClassName
{
color: #CC4D00;
}
</style>
background-color css
<style>
a { background-color: #CC4D00; }
a { background-color: rgb(204,77,0); }
div.DivClassName
{
background-color: #CC4D00;
}
.BgClassName
{
background-color: #CC4D00;
}
</style>
border-color css
<style>
span { border-color: #CC4D00; }
span { border-color: rgb(204,77,0); }
td.TdClassName
{
border-color: #CC4D00;
}
.TagClassName
{
border-color: #CC4D00;
}
</style>