Shades of Tenne (Tawny) #CC4B04
Tints of Tenne (Tawny) #CC4B04
RGB
CMYK
RGB Variations
Color information
#CC4B04 (or 0xCC4B04) is known color: Tenne (Tawny). HEX triplet: CC, 4B and 04. RGB value is (204,75,4). Sum of RGB (Red+Green+Blue) = 204+75+4=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B04 is #33B4FB. Grayscale: #696969. Windows color (decimal): -3388668 or 281548. OLE color: 281548.
HSL color Cylindrical-coordinate representation of color #CC4B04: hue angle of 21.3º 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 #CC4B04 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.2 |
| HSL | 21.3º | 0.96% | 0.41% | - |
| HSV(B) | 21.3º | 0.98% | 0.8% | - |
| XYZ | 27.44 | 17.88 | 2.12 | - |
| YUV | 105.48 | 70.74 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 4 | 0 | 0.63 | 0.98 | 0.2 | 21.3 | 0.96 | 0.41 |
| Hex | CC | 4B | 4 | 0 | 3F | 62 | 14 | 15 | 60 | 29 |
| Octal | 314 | 113 | 4 | 0 | 77 | 142 | 24 | 25 | 140 | 51 |
| Binary | 11001100 | 1001011 | 100 | 0 | 111111 | 1100010 | 10100 | 10101 | 1100000 | 101001 |
Color Harmonies of #CC4B04
Complementary color
Monochromatic Colors of #CC4B04
Black with #CC4B04
Text Example
Text Example
White with #CC4B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4B04; }
p { color: rgb(204,75,4); }
H1.HeaderClassName
{
color: #CC4B04;
}
.AnyTagClassName
{
color: #CC4B04;
}
</style>
background-color css
<style>
a { background-color: #CC4B04; }
a { background-color: rgb(204,75,4); }
div.DivClassName
{
background-color: #CC4B04;
}
.BgClassName
{
background-color: #CC4B04;
}
</style>
border-color css
<style>
span { border-color: #CC4B04; }
span { border-color: rgb(204,75,4); }
td.TdClassName
{
border-color: #CC4B04;
}
.TagClassName
{
border-color: #CC4B04;
}
</style>