Shades of Tenne (Tawny) #CC6302
Tints of Tenne (Tawny) #CC6302
RGB
CMYK
RGB Variations
Color information
#CC6302 (or 0xCC6302) is known color: Tenne (Tawny). HEX triplet: CC, 63 and 02. RGB value is (204,99,2). Sum of RGB (Red+Green+Blue) = 204+99+2=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6302 is #339CFD. Grayscale: #777777. Windows color (decimal): -3382526 or 156620. OLE color: 156620.
HSL color Cylindrical-coordinate representation of color #CC6302: hue angle of 28.81º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC6302 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.2 |
| HSL | 28.81º | 0.98% | 0.4% | - |
| HSV(B) | 28.81º | 0.99% | 0.8% | - |
| XYZ | 29.37 | 21.77 | 2.71 | - |
| YUV | 119.34 | 61.79 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 2 | 0 | 0.51 | 0.99 | 0.2 | 28.81 | 0.98 | 0.4 |
| Hex | CC | 63 | 2 | 0 | 33 | 63 | 14 | 1D | 62 | 28 |
| Octal | 314 | 143 | 2 | 0 | 63 | 143 | 24 | 35 | 142 | 50 |
| Binary | 11001100 | 1100011 | 10 | 0 | 110011 | 1100011 | 10100 | 11101 | 1100010 | 101000 |
Color Harmonies of #CC6302
Complementary color
Monochromatic Colors of #CC6302
Black with #CC6302
Text Example
Text Example
White with #CC6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6302; }
p { color: rgb(204,99,2); }
H1.HeaderClassName
{
color: #CC6302;
}
.AnyTagClassName
{
color: #CC6302;
}
</style>
background-color css
<style>
a { background-color: #CC6302; }
a { background-color: rgb(204,99,2); }
div.DivClassName
{
background-color: #CC6302;
}
.BgClassName
{
background-color: #CC6302;
}
</style>
border-color css
<style>
span { border-color: #CC6302; }
span { border-color: rgb(204,99,2); }
td.TdClassName
{
border-color: #CC6302;
}
.TagClassName
{
border-color: #CC6302;
}
</style>