Shades of Tenne (Tawny) #CC5410
Tints of Tenne (Tawny) #CC5410
RGB
CMYK
RGB Variations
Color information
#CC5410 (or 0xCC5410) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 10. RGB value is (204,84,16). Sum of RGB (Red+Green+Blue) = 204+84+16=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5410 is #33ABEF. Grayscale: #707070. Windows color (decimal): -3386352 or 1070284. OLE color: 1070284.
HSL color Cylindrical-coordinate representation of color #CC5410: hue angle of 21.7º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC5410 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 16 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.2 |
| HSL | 21.7º | 0.85% | 0.43% | - |
| HSV(B) | 21.7º | 0.92% | 0.8% | - |
| XYZ | 28.17 | 19.22 | 2.71 | - |
| YUV | 112.13 | 73.76 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 16 | 0 | 0.59 | 0.92 | 0.2 | 21.7 | 0.85 | 0.43 |
| Hex | CC | 54 | 10 | 0 | 3B | 5C | 14 | 16 | 55 | 2B |
| Octal | 314 | 124 | 20 | 0 | 73 | 134 | 24 | 26 | 125 | 53 |
| Binary | 11001100 | 1010100 | 10000 | 0 | 111011 | 1011100 | 10100 | 10110 | 1010101 | 101011 |
Color Harmonies of #CC5410
Complementary color
Monochromatic Colors of #CC5410
Black with #CC5410
Text Example
Text Example
White with #CC5410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5410; }
p { color: rgb(204,84,16); }
H1.HeaderClassName
{
color: #CC5410;
}
.AnyTagClassName
{
color: #CC5410;
}
</style>
background-color css
<style>
a { background-color: #CC5410; }
a { background-color: rgb(204,84,16); }
div.DivClassName
{
background-color: #CC5410;
}
.BgClassName
{
background-color: #CC5410;
}
</style>
border-color css
<style>
span { border-color: #CC5410; }
span { border-color: rgb(204,84,16); }
td.TdClassName
{
border-color: #CC5410;
}
.TagClassName
{
border-color: #CC5410;
}
</style>