Shades of Tenne (Tawny) #CC4B00
Tints of Tenne (Tawny) #CC4B00
RGB
CMYK
RGB Variations
Color information
#CC4B00 (or 0xCC4B00) is known color: Tenne (Tawny). HEX triplet: CC, 4B and 00. RGB value is (204,75,0). Sum of RGB (Red+Green+Blue) = 204+75+0=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B00 is #33B4FF. Grayscale: #696969. Windows color (decimal): -3388672 or 19404. OLE color: 19404.
HSL color Cylindrical-coordinate representation of color #CC4B00: hue angle of 22.06º 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 #CC4B00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.2 |
| HSL | 22.06º | 1% | 0.4% | - |
| HSV(B) | 22.06º | 1% | 0.8% | - |
| XYZ | 27.42 | 17.87 | 2 | - |
| YUV | 105.02 | 68.74 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 0 | 0 | 0.63 | 1 | 0.2 | 22.06 | 1 | 0.4 |
| Hex | CC | 4B | 0 | 0 | 3F | 64 | 14 | 16 | 64 | 28 |
| Octal | 314 | 113 | 0 | 0 | 77 | 144 | 24 | 26 | 144 | 50 |
| Binary | 11001100 | 1001011 | 0 | 0 | 111111 | 1100100 | 10100 | 10110 | 1100100 | 101000 |
Color Harmonies of #CC4B00
Complementary color
Monochromatic Colors of #CC4B00
Black with #CC4B00
Text Example
Text Example
White with #CC4B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4B00; }
p { color: rgb(204,75,0); }
H1.HeaderClassName
{
color: #CC4B00;
}
.AnyTagClassName
{
color: #CC4B00;
}
</style>
background-color css
<style>
a { background-color: #CC4B00; }
a { background-color: rgb(204,75,0); }
div.DivClassName
{
background-color: #CC4B00;
}
.BgClassName
{
background-color: #CC4B00;
}
</style>
border-color css
<style>
span { border-color: #CC4B00; }
span { border-color: rgb(204,75,0); }
td.TdClassName
{
border-color: #CC4B00;
}
.TagClassName
{
border-color: #CC4B00;
}
</style>