Shades of Tenne (Tawny) #CC4A07
Tints of Tenne (Tawny) #CC4A07
RGB
CMYK
RGB Variations
Color information
#CC4A07 (or 0xCC4A07) is known color: Tenne (Tawny). HEX triplet: CC, 4A and 07. RGB value is (204,74,7). Sum of RGB (Red+Green+Blue) = 204+74+7=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A07 is #33B5F8. Grayscale: #696969. Windows color (decimal): -3388921 or 477900. OLE color: 477900.
HSL color Cylindrical-coordinate representation of color #CC4A07: hue angle of 20.41º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC4A07 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.2 |
| HSL | 20.41º | 0.93% | 0.41% | - |
| HSV(B) | 20.41º | 0.97% | 0.8% | - |
| XYZ | 27.39 | 17.75 | 2.18 | - |
| YUV | 105.23 | 72.57 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 7 | 0 | 0.64 | 0.97 | 0.2 | 20.41 | 0.93 | 0.41 |
| Hex | CC | 4A | 7 | 0 | 40 | 61 | 14 | 14 | 5D | 29 |
| Octal | 314 | 112 | 7 | 0 | 100 | 141 | 24 | 24 | 135 | 51 |
| Binary | 11001100 | 1001010 | 111 | 0 | 1000000 | 1100001 | 10100 | 10100 | 1011101 | 101001 |
Color Harmonies of #CC4A07
Complementary color
Monochromatic Colors of #CC4A07
Black with #CC4A07
Text Example
Text Example
White with #CC4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A07; }
p { color: rgb(204,74,7); }
H1.HeaderClassName
{
color: #CC4A07;
}
.AnyTagClassName
{
color: #CC4A07;
}
</style>
background-color css
<style>
a { background-color: #CC4A07; }
a { background-color: rgb(204,74,7); }
div.DivClassName
{
background-color: #CC4A07;
}
.BgClassName
{
background-color: #CC4A07;
}
</style>
border-color css
<style>
span { border-color: #CC4A07; }
span { border-color: rgb(204,74,7); }
td.TdClassName
{
border-color: #CC4A07;
}
.TagClassName
{
border-color: #CC4A07;
}
</style>