Shades of Tenne (Tawny) #CC5300
Tints of Tenne (Tawny) #CC5300
RGB
CMYK
RGB Variations
Color information
#CC5300 (or 0xCC5300) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 00. RGB value is (204,83,0). Sum of RGB (Red+Green+Blue) = 204+83+0=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5300 is #33ACFF. Grayscale: #6E6E6E. Windows color (decimal): -3386624 or 21452. OLE color: 21452.
HSL color Cylindrical-coordinate representation of color #CC5300: hue angle of 24.41º 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 #CC5300 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.2 |
| HSL | 24.41º | 1% | 0.4% | - |
| HSV(B) | 24.41º | 1% | 0.8% | - |
| XYZ | 28 | 19.02 | 2.2 | - |
| YUV | 109.72 | 66.09 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 0 | 0 | 0.59 | 1 | 0.2 | 24.41 | 1 | 0.4 |
| Hex | CC | 53 | 0 | 0 | 3B | 64 | 14 | 18 | 64 | 28 |
| Octal | 314 | 123 | 0 | 0 | 73 | 144 | 24 | 30 | 144 | 50 |
| Binary | 11001100 | 1010011 | 0 | 0 | 111011 | 1100100 | 10100 | 11000 | 1100100 | 101000 |
Color Harmonies of #CC5300
Complementary color
Monochromatic Colors of #CC5300
Black with #CC5300
Text Example
Text Example
White with #CC5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5300; }
p { color: rgb(204,83,0); }
H1.HeaderClassName
{
color: #CC5300;
}
.AnyTagClassName
{
color: #CC5300;
}
</style>
background-color css
<style>
a { background-color: #CC5300; }
a { background-color: rgb(204,83,0); }
div.DivClassName
{
background-color: #CC5300;
}
.BgClassName
{
background-color: #CC5300;
}
</style>
border-color css
<style>
span { border-color: #CC5300; }
span { border-color: rgb(204,83,0); }
td.TdClassName
{
border-color: #CC5300;
}
.TagClassName
{
border-color: #CC5300;
}
</style>