Shades of Tenne (Tawny) #CC5A13
Tints of Tenne (Tawny) #CC5A13
RGB
CMYK
RGB Variations
Color information
#CC5A13 (or 0xCC5A13) is known color: Tenne (Tawny). HEX triplet: CC, 5A and 13. RGB value is (204,90,19). Sum of RGB (Red+Green+Blue) = 204+90+19=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5A13 is #33A5EC. Grayscale: #747474. Windows color (decimal): -3384813 or 1268428. OLE color: 1268428.
HSL color Cylindrical-coordinate representation of color #CC5A13: hue angle of 23.03º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC5A13 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 19 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.2 |
| HSL | 23.03º | 0.83% | 0.44% | - |
| HSV(B) | 23.03º | 0.91% | 0.8% | - |
| XYZ | 28.68 | 20.2 | 3 | - |
| YUV | 115.99 | 73.27 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 19 | 0 | 0.56 | 0.91 | 0.2 | 23.03 | 0.83 | 0.44 |
| Hex | CC | 5A | 13 | 0 | 38 | 5B | 14 | 17 | 53 | 2C |
| Octal | 314 | 132 | 23 | 0 | 70 | 133 | 24 | 27 | 123 | 54 |
| Binary | 11001100 | 1011010 | 10011 | 0 | 111000 | 1011011 | 10100 | 10111 | 1010011 | 101100 |
Color Harmonies of #CC5A13
Complementary color
Monochromatic Colors of #CC5A13
Black with #CC5A13
Text Example
Text Example
White with #CC5A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A13; }
p { color: rgb(204,90,19); }
H1.HeaderClassName
{
color: #CC5A13;
}
.AnyTagClassName
{
color: #CC5A13;
}
</style>
background-color css
<style>
a { background-color: #CC5A13; }
a { background-color: rgb(204,90,19); }
div.DivClassName
{
background-color: #CC5A13;
}
.BgClassName
{
background-color: #CC5A13;
}
</style>
border-color css
<style>
span { border-color: #CC5A13; }
span { border-color: rgb(204,90,19); }
td.TdClassName
{
border-color: #CC5A13;
}
.TagClassName
{
border-color: #CC5A13;
}
</style>