Shades of Tenne (Tawny) #CC4E01
Tints of Tenne (Tawny) #CC4E01
RGB
CMYK
RGB Variations
Color information
#CC4E01 (or 0xCC4E01) is known color: Tenne (Tawny). HEX triplet: CC, 4E and 01. RGB value is (204,78,1). Sum of RGB (Red+Green+Blue) = 204+78+1=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E01 is #33B1FE. Grayscale: #6B6B6B. Windows color (decimal): -3387903 or 85708. OLE color: 85708.
HSL color Cylindrical-coordinate representation of color #CC4E01: hue angle of 22.76º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC4E01 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.2 |
| HSL | 22.76º | 0.99% | 0.4% | - |
| HSV(B) | 22.76º | 1% | 0.8% | - |
| XYZ | 27.63 | 18.29 | 2.1 | - |
| YUV | 106.9 | 68.24 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 1 | 0 | 0.62 | 1.00 | 0.2 | 22.76 | 0.99 | 0.4 |
| Hex | CC | 4E | 1 | 0 | 3E | 64 | 14 | 17 | 63 | 28 |
| Octal | 314 | 116 | 1 | 0 | 76 | 144 | 24 | 27 | 143 | 50 |
| Binary | 11001100 | 1001110 | 1 | 0 | 111110 | 1100100 | 10100 | 10111 | 1100011 | 101000 |
Color Harmonies of #CC4E01
Complementary color
Monochromatic Colors of #CC4E01
Black with #CC4E01
Text Example
Text Example
White with #CC4E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E01; }
p { color: rgb(204,78,1); }
H1.HeaderClassName
{
color: #CC4E01;
}
.AnyTagClassName
{
color: #CC4E01;
}
</style>
background-color css
<style>
a { background-color: #CC4E01; }
a { background-color: rgb(204,78,1); }
div.DivClassName
{
background-color: #CC4E01;
}
.BgClassName
{
background-color: #CC4E01;
}
</style>
border-color css
<style>
span { border-color: #CC4E01; }
span { border-color: rgb(204,78,1); }
td.TdClassName
{
border-color: #CC4E01;
}
.TagClassName
{
border-color: #CC4E01;
}
</style>