Shades of Tenne (Tawny) #CC5D10
Tints of Tenne (Tawny) #CC5D10
RGB
CMYK
RGB Variations
Color information
#CC5D10 (or 0xCC5D10) is known color: Tenne (Tawny). HEX triplet: CC, 5D and 10. RGB value is (204,93,16). Sum of RGB (Red+Green+Blue) = 204+93+16=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5D10 is #33A2EF. Grayscale: #757575. Windows color (decimal): -3384048 or 1072588. OLE color: 1072588.
HSL color Cylindrical-coordinate representation of color #CC5D10: hue angle of 24.57º 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 #CC5D10 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 16 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.2 |
| HSL | 24.57º | 0.85% | 0.43% | - |
| HSV(B) | 24.57º | 0.92% | 0.8% | - |
| XYZ | 28.91 | 20.7 | 2.96 | - |
| YUV | 117.41 | 70.77 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 16 | 0 | 0.54 | 0.92 | 0.2 | 24.57 | 0.85 | 0.43 |
| Hex | CC | 5D | 10 | 0 | 36 | 5C | 14 | 19 | 55 | 2B |
| Octal | 314 | 135 | 20 | 0 | 66 | 134 | 24 | 31 | 125 | 53 |
| Binary | 11001100 | 1011101 | 10000 | 0 | 110110 | 1011100 | 10100 | 11001 | 1010101 | 101011 |
Color Harmonies of #CC5D10
Complementary color
Monochromatic Colors of #CC5D10
Black with #CC5D10
Text Example
Text Example
White with #CC5D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D10; }
p { color: rgb(204,93,16); }
H1.HeaderClassName
{
color: #CC5D10;
}
.AnyTagClassName
{
color: #CC5D10;
}
</style>
background-color css
<style>
a { background-color: #CC5D10; }
a { background-color: rgb(204,93,16); }
div.DivClassName
{
background-color: #CC5D10;
}
.BgClassName
{
background-color: #CC5D10;
}
</style>
border-color css
<style>
span { border-color: #CC5D10; }
span { border-color: rgb(204,93,16); }
td.TdClassName
{
border-color: #CC5D10;
}
.TagClassName
{
border-color: #CC5D10;
}
</style>