Shades of Tenne (Tawny) #CC5311
Tints of Tenne (Tawny) #CC5311
RGB
CMYK
RGB Variations
Color information
#CC5311 (or 0xCC5311) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 11. RGB value is (204,83,17). Sum of RGB (Red+Green+Blue) = 204+83+17=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5311 is #33ACEE. Grayscale: #707070. Windows color (decimal): -3386607 or 1135564. OLE color: 1135564.
HSL color Cylindrical-coordinate representation of color #CC5311: hue angle of 21.18º 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 #CC5311 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 17 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.2 |
| HSL | 21.18º | 0.85% | 0.43% | - |
| HSV(B) | 21.18º | 0.92% | 0.8% | - |
| XYZ | 28.1 | 19.06 | 2.73 | - |
| YUV | 111.66 | 74.59 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 17 | 0 | 0.59 | 0.92 | 0.2 | 21.18 | 0.85 | 0.43 |
| Hex | CC | 53 | 11 | 0 | 3B | 5C | 14 | 15 | 55 | 2B |
| Octal | 314 | 123 | 21 | 0 | 73 | 134 | 24 | 25 | 125 | 53 |
| Binary | 11001100 | 1010011 | 10001 | 0 | 111011 | 1011100 | 10100 | 10101 | 1010101 | 101011 |
Color Harmonies of #CC5311
Complementary color
Monochromatic Colors of #CC5311
Black with #CC5311
Text Example
Text Example
White with #CC5311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5311; }
p { color: rgb(204,83,17); }
H1.HeaderClassName
{
color: #CC5311;
}
.AnyTagClassName
{
color: #CC5311;
}
</style>
background-color css
<style>
a { background-color: #CC5311; }
a { background-color: rgb(204,83,17); }
div.DivClassName
{
background-color: #CC5311;
}
.BgClassName
{
background-color: #CC5311;
}
</style>
border-color css
<style>
span { border-color: #CC5311; }
span { border-color: rgb(204,83,17); }
td.TdClassName
{
border-color: #CC5311;
}
.TagClassName
{
border-color: #CC5311;
}
</style>