Shades of Tenne (Tawny) #CC6205
Tints of Tenne (Tawny) #CC6205
RGB
CMYK
RGB Variations
Color information
#CC6205 (or 0xCC6205) is known color: Tenne (Tawny). HEX triplet: CC, 62 and 05. RGB value is (204,98,5). Sum of RGB (Red+Green+Blue) = 204+98+5=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6205 is #339DFA. Grayscale: #777777. Windows color (decimal): -3382779 or 352972. OLE color: 352972.
HSL color Cylindrical-coordinate representation of color #CC6205: hue angle of 28.04º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC6205 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.2 |
| HSL | 28.04º | 0.95% | 0.41% | - |
| HSV(B) | 28.04º | 0.98% | 0.8% | - |
| XYZ | 29.3 | 21.58 | 2.77 | - |
| YUV | 119.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 5 | 0 | 0.52 | 0.98 | 0.2 | 28.04 | 0.95 | 0.41 |
| Hex | CC | 62 | 5 | 0 | 34 | 62 | 14 | 1C | 5F | 29 |
| Octal | 314 | 142 | 5 | 0 | 64 | 142 | 24 | 34 | 137 | 51 |
| Binary | 11001100 | 1100010 | 101 | 0 | 110100 | 1100010 | 10100 | 11100 | 1011111 | 101001 |
Color Harmonies of #CC6205
Complementary color
Monochromatic Colors of #CC6205
Black with #CC6205
Text Example
Text Example
White with #CC6205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6205; }
p { color: rgb(204,98,5); }
H1.HeaderClassName
{
color: #CC6205;
}
.AnyTagClassName
{
color: #CC6205;
}
</style>
background-color css
<style>
a { background-color: #CC6205; }
a { background-color: rgb(204,98,5); }
div.DivClassName
{
background-color: #CC6205;
}
.BgClassName
{
background-color: #CC6205;
}
</style>
border-color css
<style>
span { border-color: #CC6205; }
span { border-color: rgb(204,98,5); }
td.TdClassName
{
border-color: #CC6205;
}
.TagClassName
{
border-color: #CC6205;
}
</style>