Shades of Tenne (Tawny) #CC6304
Tints of Tenne (Tawny) #CC6304
RGB
CMYK
RGB Variations
Color information
#CC6304 (or 0xCC6304) is known color: Tenne (Tawny). HEX triplet: CC, 63 and 04. RGB value is (204,99,4). Sum of RGB (Red+Green+Blue) = 204+99+4=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6304 is #339CFB. Grayscale: #787878. Windows color (decimal): -3382524 or 287692. OLE color: 287692.
HSL color Cylindrical-coordinate representation of color #CC6304: hue angle of 28.5º degrees, saturation: 0.96, 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 #CC6304 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.2 |
| HSL | 28.5º | 0.96% | 0.41% | - |
| HSV(B) | 28.5º | 0.98% | 0.8% | - |
| XYZ | 29.39 | 21.77 | 2.77 | - |
| YUV | 119.57 | 62.79 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 4 | 0 | 0.51 | 0.98 | 0.2 | 28.5 | 0.96 | 0.41 |
| Hex | CC | 63 | 4 | 0 | 33 | 62 | 14 | 1C | 60 | 29 |
| Octal | 314 | 143 | 4 | 0 | 63 | 142 | 24 | 34 | 140 | 51 |
| Binary | 11001100 | 1100011 | 100 | 0 | 110011 | 1100010 | 10100 | 11100 | 1100000 | 101001 |
Color Harmonies of #CC6304
Complementary color
Monochromatic Colors of #CC6304
Black with #CC6304
Text Example
Text Example
White with #CC6304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6304; }
p { color: rgb(204,99,4); }
H1.HeaderClassName
{
color: #CC6304;
}
.AnyTagClassName
{
color: #CC6304;
}
</style>
background-color css
<style>
a { background-color: #CC6304; }
a { background-color: rgb(204,99,4); }
div.DivClassName
{
background-color: #CC6304;
}
.BgClassName
{
background-color: #CC6304;
}
</style>
border-color css
<style>
span { border-color: #CC6304; }
span { border-color: rgb(204,99,4); }
td.TdClassName
{
border-color: #CC6304;
}
.TagClassName
{
border-color: #CC6304;
}
</style>