Shades of Tenne (Tawny) #CC7002
Tints of Tenne (Tawny) #CC7002
RGB
CMYK
RGB Variations
Color information
#CC7002 (or 0xCC7002) is known color: Tenne (Tawny). HEX triplet: CC, 70 and 02. RGB value is (204,112,2). Sum of RGB (Red+Green+Blue) = 204+112+2=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7002 is #338FFD. Grayscale: #7F7F7F. Windows color (decimal): -3379198 or 159948. OLE color: 159948.
HSL color Cylindrical-coordinate representation of color #CC7002: hue angle of 32.67º 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 #CC7002 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.2 |
| HSL | 32.67º | 0.98% | 0.4% | - |
| HSV(B) | 32.67º | 0.99% | 0.8% | - |
| XYZ | 30.71 | 24.43 | 3.15 | - |
| YUV | 126.97 | 57.48 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 2 | 0 | 0.45 | 0.99 | 0.2 | 32.67 | 0.98 | 0.4 |
| Hex | CC | 70 | 2 | 0 | 2D | 63 | 14 | 21 | 62 | 28 |
| Octal | 314 | 160 | 2 | 0 | 55 | 143 | 24 | 41 | 142 | 50 |
| Binary | 11001100 | 1110000 | 10 | 0 | 101101 | 1100011 | 10100 | 100001 | 1100010 | 101000 |
Color Harmonies of #CC7002
Complementary color
Monochromatic Colors of #CC7002
Black with #CC7002
Text Example
Text Example
White with #CC7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7002; }
p { color: rgb(204,112,2); }
H1.HeaderClassName
{
color: #CC7002;
}
.AnyTagClassName
{
color: #CC7002;
}
</style>
background-color css
<style>
a { background-color: #CC7002; }
a { background-color: rgb(204,112,2); }
div.DivClassName
{
background-color: #CC7002;
}
.BgClassName
{
background-color: #CC7002;
}
</style>
border-color css
<style>
span { border-color: #CC7002; }
span { border-color: rgb(204,112,2); }
td.TdClassName
{
border-color: #CC7002;
}
.TagClassName
{
border-color: #CC7002;
}
</style>