Shades of Tenne (Tawny) #CC4300
Tints of Tenne (Tawny) #CC4300
RGB
CMYK
RGB Variations
Color information
#CC4300 (or 0xCC4300) is known color: Tenne (Tawny). HEX triplet: CC, 43 and 00. RGB value is (204,67,0). Sum of RGB (Red+Green+Blue) = 204+67+0=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4300 is #33BCFF. Grayscale: #646464. Windows color (decimal): -3390720 or 17356. OLE color: 17356.
HSL color Cylindrical-coordinate representation of color #CC4300: hue angle of 19.71º 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 #CC4300 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.2 |
| HSL | 19.71º | 1% | 0.4% | - |
| HSV(B) | 19.71º | 1% | 0.8% | - |
| XYZ | 26.91 | 16.85 | 1.83 | - |
| YUV | 100.33 | 71.39 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 0 | 0 | 0.67 | 1 | 0.2 | 19.71 | 1 | 0.4 |
| Hex | CC | 43 | 0 | 0 | 43 | 64 | 14 | 14 | 64 | 28 |
| Octal | 314 | 103 | 0 | 0 | 103 | 144 | 24 | 24 | 144 | 50 |
| Binary | 11001100 | 1000011 | 0 | 0 | 1000011 | 1100100 | 10100 | 10100 | 1100100 | 101000 |
Color Harmonies of #CC4300
Complementary color
Monochromatic Colors of #CC4300
Black with #CC4300
Text Example
Text Example
White with #CC4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4300; }
p { color: rgb(204,67,0); }
H1.HeaderClassName
{
color: #CC4300;
}
.AnyTagClassName
{
color: #CC4300;
}
</style>
background-color css
<style>
a { background-color: #CC4300; }
a { background-color: rgb(204,67,0); }
div.DivClassName
{
background-color: #CC4300;
}
.BgClassName
{
background-color: #CC4300;
}
</style>
border-color css
<style>
span { border-color: #CC4300; }
span { border-color: rgb(204,67,0); }
td.TdClassName
{
border-color: #CC4300;
}
.TagClassName
{
border-color: #CC4300;
}
</style>