Shades of Tenne (Tawny) #CC6305
Tints of Tenne (Tawny) #CC6305
RGB
CMYK
RGB Variations
Color information
#CC6305 (or 0xCC6305) is known color: Tenne (Tawny). HEX triplet: CC, 63 and 05. RGB value is (204,99,5). Sum of RGB (Red+Green+Blue) = 204+99+5=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6305 is #339CFA. Grayscale: #787878. Windows color (decimal): -3382523 or 353228. OLE color: 353228.
HSL color Cylindrical-coordinate representation of color #CC6305: hue angle of 28.34º 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 #CC6305 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.2 |
| HSL | 28.34º | 0.95% | 0.41% | - |
| HSV(B) | 28.34º | 0.98% | 0.8% | - |
| XYZ | 29.39 | 21.77 | 2.8 | - |
| YUV | 119.68 | 63.29 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 5 | 0 | 0.51 | 0.98 | 0.2 | 28.34 | 0.95 | 0.41 |
| Hex | CC | 63 | 5 | 0 | 33 | 62 | 14 | 1C | 5F | 29 |
| Octal | 314 | 143 | 5 | 0 | 63 | 142 | 24 | 34 | 137 | 51 |
| Binary | 11001100 | 1100011 | 101 | 0 | 110011 | 1100010 | 10100 | 11100 | 1011111 | 101001 |
Color Harmonies of #CC6305
Complementary color
Monochromatic Colors of #CC6305
Black with #CC6305
Text Example
Text Example
White with #CC6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6305; }
p { color: rgb(204,99,5); }
H1.HeaderClassName
{
color: #CC6305;
}
.AnyTagClassName
{
color: #CC6305;
}
</style>
background-color css
<style>
a { background-color: #CC6305; }
a { background-color: rgb(204,99,5); }
div.DivClassName
{
background-color: #CC6305;
}
.BgClassName
{
background-color: #CC6305;
}
</style>
border-color css
<style>
span { border-color: #CC6305; }
span { border-color: rgb(204,99,5); }
td.TdClassName
{
border-color: #CC6305;
}
.TagClassName
{
border-color: #CC6305;
}
</style>