Shades of Tenne (Tawny) #CC4401
Tints of Tenne (Tawny) #CC4401
RGB
CMYK
RGB Variations
Color information
#CC4401 (or 0xCC4401) is known color: Tenne (Tawny). HEX triplet: CC, 44 and 01. RGB value is (204,68,1). Sum of RGB (Red+Green+Blue) = 204+68+1=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4401 is #33BBFE. Grayscale: #656565. Windows color (decimal): -3390463 or 83148. OLE color: 83148.
HSL color Cylindrical-coordinate representation of color #CC4401: hue angle of 19.8º 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 #CC4401 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.2 |
| HSL | 19.8º | 0.99% | 0.4% | - |
| HSV(B) | 19.8º | 1% | 0.8% | - |
| XYZ | 26.97 | 16.97 | 1.88 | - |
| YUV | 101.03 | 71.56 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 1 | 0 | 0.67 | 1.00 | 0.2 | 19.8 | 0.99 | 0.4 |
| Hex | CC | 44 | 1 | 0 | 43 | 64 | 14 | 14 | 63 | 28 |
| Octal | 314 | 104 | 1 | 0 | 103 | 144 | 24 | 24 | 143 | 50 |
| Binary | 11001100 | 1000100 | 1 | 0 | 1000011 | 1100100 | 10100 | 10100 | 1100011 | 101000 |
Color Harmonies of #CC4401
Complementary color
Monochromatic Colors of #CC4401
Black with #CC4401
Text Example
Text Example
White with #CC4401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4401; }
p { color: rgb(204,68,1); }
H1.HeaderClassName
{
color: #CC4401;
}
.AnyTagClassName
{
color: #CC4401;
}
</style>
background-color css
<style>
a { background-color: #CC4401; }
a { background-color: rgb(204,68,1); }
div.DivClassName
{
background-color: #CC4401;
}
.BgClassName
{
background-color: #CC4401;
}
</style>
border-color css
<style>
span { border-color: #CC4401; }
span { border-color: rgb(204,68,1); }
td.TdClassName
{
border-color: #CC4401;
}
.TagClassName
{
border-color: #CC4401;
}
</style>