Shades of Tenne (Tawny) #CC4301
Tints of Tenne (Tawny) #CC4301
RGB
CMYK
RGB Variations
Color information
#CC4301 (or 0xCC4301) is known color: Tenne (Tawny). HEX triplet: CC, 43 and 01. RGB value is (204,67,1). Sum of RGB (Red+Green+Blue) = 204+67+1=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4301 is #33BCFE. Grayscale: #646464. Windows color (decimal): -3390719 or 82892. OLE color: 82892.
HSL color Cylindrical-coordinate representation of color #CC4301: hue angle of 19.51º 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 #CC4301 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.2 |
| HSL | 19.51º | 0.99% | 0.4% | - |
| HSV(B) | 19.51º | 1% | 0.8% | - |
| XYZ | 26.91 | 16.85 | 1.86 | - |
| YUV | 100.44 | 71.89 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 1 | 0 | 0.67 | 1.00 | 0.2 | 19.51 | 0.99 | 0.4 |
| Hex | CC | 43 | 1 | 0 | 43 | 64 | 14 | 14 | 63 | 28 |
| Octal | 314 | 103 | 1 | 0 | 103 | 144 | 24 | 24 | 143 | 50 |
| Binary | 11001100 | 1000011 | 1 | 0 | 1000011 | 1100100 | 10100 | 10100 | 1100011 | 101000 |
Color Harmonies of #CC4301
Complementary color
Monochromatic Colors of #CC4301
Black with #CC4301
Text Example
Text Example
White with #CC4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4301; }
p { color: rgb(204,67,1); }
H1.HeaderClassName
{
color: #CC4301;
}
.AnyTagClassName
{
color: #CC4301;
}
</style>
background-color css
<style>
a { background-color: #CC4301; }
a { background-color: rgb(204,67,1); }
div.DivClassName
{
background-color: #CC4301;
}
.BgClassName
{
background-color: #CC4301;
}
</style>
border-color css
<style>
span { border-color: #CC4301; }
span { border-color: rgb(204,67,1); }
td.TdClassName
{
border-color: #CC4301;
}
.TagClassName
{
border-color: #CC4301;
}
</style>