Shades of Tenne (Tawny) #CC5700
Tints of Tenne (Tawny) #CC5700
RGB
CMYK
RGB Variations
Color information
#CC5700 (or 0xCC5700) is known color: Tenne (Tawny). HEX triplet: CC, 57 and 00. RGB value is (204,87,0). Sum of RGB (Red+Green+Blue) = 204+87+0=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5700 is #33A8FF. Grayscale: #707070. Windows color (decimal): -3385600 or 22476. OLE color: 22476.
HSL color Cylindrical-coordinate representation of color #CC5700: hue angle of 25.59º 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 #CC5700 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.2 |
| HSL | 25.59º | 1% | 0.4% | - |
| HSV(B) | 25.59º | 1% | 0.8% | - |
| XYZ | 28.31 | 19.65 | 2.3 | - |
| YUV | 112.07 | 64.76 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 0 | 0 | 0.57 | 1 | 0.2 | 25.59 | 1 | 0.4 |
| Hex | CC | 57 | 0 | 0 | 39 | 64 | 14 | 1A | 64 | 28 |
| Octal | 314 | 127 | 0 | 0 | 71 | 144 | 24 | 32 | 144 | 50 |
| Binary | 11001100 | 1010111 | 0 | 0 | 111001 | 1100100 | 10100 | 11010 | 1100100 | 101000 |
Color Harmonies of #CC5700
Complementary color
Monochromatic Colors of #CC5700
Black with #CC5700
Text Example
Text Example
White with #CC5700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5700; }
p { color: rgb(204,87,0); }
H1.HeaderClassName
{
color: #CC5700;
}
.AnyTagClassName
{
color: #CC5700;
}
</style>
background-color css
<style>
a { background-color: #CC5700; }
a { background-color: rgb(204,87,0); }
div.DivClassName
{
background-color: #CC5700;
}
.BgClassName
{
background-color: #CC5700;
}
</style>
border-color css
<style>
span { border-color: #CC5700; }
span { border-color: rgb(204,87,0); }
td.TdClassName
{
border-color: #CC5700;
}
.TagClassName
{
border-color: #CC5700;
}
</style>