Shades of Tenne (Tawny) #CC4101
Tints of Tenne (Tawny) #CC4101
RGB
CMYK
RGB Variations
Color information
#CC4101 (or 0xCC4101) is known color: Tenne (Tawny). HEX triplet: CC, 41 and 01. RGB value is (204,65,1). Sum of RGB (Red+Green+Blue) = 204+65+1=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4101 is #33BEFE. Grayscale: #636363. Windows color (decimal): -3391231 or 82380. OLE color: 82380.
HSL color Cylindrical-coordinate representation of color #CC4101: hue angle of 18.92º 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 #CC4101 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.2 |
| HSL | 18.92º | 0.99% | 0.4% | - |
| HSV(B) | 18.92º | 1% | 0.8% | - |
| XYZ | 26.8 | 16.62 | 1.82 | - |
| YUV | 99.27 | 72.55 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 1 | 0 | 0.68 | 1.00 | 0.2 | 18.92 | 0.99 | 0.4 |
| Hex | CC | 41 | 1 | 0 | 44 | 64 | 14 | 13 | 63 | 28 |
| Octal | 314 | 101 | 1 | 0 | 104 | 144 | 24 | 23 | 143 | 50 |
| Binary | 11001100 | 1000001 | 1 | 0 | 1000100 | 1100100 | 10100 | 10011 | 1100011 | 101000 |
Color Harmonies of #CC4101
Complementary color
Monochromatic Colors of #CC4101
Black with #CC4101
Text Example
Text Example
White with #CC4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4101; }
p { color: rgb(204,65,1); }
H1.HeaderClassName
{
color: #CC4101;
}
.AnyTagClassName
{
color: #CC4101;
}
</style>
background-color css
<style>
a { background-color: #CC4101; }
a { background-color: rgb(204,65,1); }
div.DivClassName
{
background-color: #CC4101;
}
.BgClassName
{
background-color: #CC4101;
}
</style>
border-color css
<style>
span { border-color: #CC4101; }
span { border-color: rgb(204,65,1); }
td.TdClassName
{
border-color: #CC4101;
}
.TagClassName
{
border-color: #CC4101;
}
</style>