Shades of Tenne (Tawny) #CC5803
Tints of Tenne (Tawny) #CC5803
RGB
CMYK
RGB Variations
Color information
#CC5803 (or 0xCC5803) is known color: Tenne (Tawny). HEX triplet: CC, 58 and 03. RGB value is (204,88,3). Sum of RGB (Red+Green+Blue) = 204+88+3=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5803 is #33A7FC. Grayscale: #717171. Windows color (decimal): -3385341 or 219340. OLE color: 219340.
HSL color Cylindrical-coordinate representation of color #CC5803: hue angle of 25.37º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC5803 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.2 |
| HSL | 25.37º | 0.97% | 0.41% | - |
| HSV(B) | 25.37º | 0.99% | 0.8% | - |
| XYZ | 28.41 | 19.82 | 2.42 | - |
| YUV | 112.99 | 65.93 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 3 | 0 | 0.57 | 0.99 | 0.2 | 25.37 | 0.97 | 0.41 |
| Hex | CC | 58 | 3 | 0 | 39 | 63 | 14 | 19 | 61 | 29 |
| Octal | 314 | 130 | 3 | 0 | 71 | 143 | 24 | 31 | 141 | 51 |
| Binary | 11001100 | 1011000 | 11 | 0 | 111001 | 1100011 | 10100 | 11001 | 1100001 | 101001 |
Color Harmonies of #CC5803
Complementary color
Monochromatic Colors of #CC5803
Black with #CC5803
Text Example
Text Example
White with #CC5803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5803; }
p { color: rgb(204,88,3); }
H1.HeaderClassName
{
color: #CC5803;
}
.AnyTagClassName
{
color: #CC5803;
}
</style>
background-color css
<style>
a { background-color: #CC5803; }
a { background-color: rgb(204,88,3); }
div.DivClassName
{
background-color: #CC5803;
}
.BgClassName
{
background-color: #CC5803;
}
</style>
border-color css
<style>
span { border-color: #CC5803; }
span { border-color: rgb(204,88,3); }
td.TdClassName
{
border-color: #CC5803;
}
.TagClassName
{
border-color: #CC5803;
}
</style>