Shades of Tenne (Tawny) #CA4C08
Tints of Tenne (Tawny) #CA4C08
RGB
CMYK
RGB Variations
Color information
#CA4C08 (or 0xCA4C08) is known color: Tenne (Tawny). HEX triplet: CA, 4C and 08. RGB value is (202,76,8). Sum of RGB (Red+Green+Blue) = 202+76+8=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4C08 is #35B3F7. Grayscale: #6A6A6A. Windows color (decimal): -3519480 or 543946. OLE color: 543946.
HSL color Cylindrical-coordinate representation of color #CA4C08: hue angle of 21.03º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA4C08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.21 |
| HSL | 21.03º | 0.92% | 0.41% | - |
| HSV(B) | 21.03º | 0.96% | 0.79% | - |
| XYZ | 26.99 | 17.74 | 2.23 | - |
| YUV | 105.92 | 72.74 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 8 | 0 | 0.62 | 0.96 | 0.21 | 21.03 | 0.92 | 0.41 |
| Hex | CA | 4C | 8 | 0 | 3E | 60 | 15 | 15 | 5C | 29 |
| Octal | 312 | 114 | 10 | 0 | 76 | 140 | 25 | 25 | 134 | 51 |
| Binary | 11001010 | 1001100 | 1000 | 0 | 111110 | 1100000 | 10101 | 10101 | 1011100 | 101001 |
Color Harmonies of #CA4C08
Complementary color
Monochromatic Colors of #CA4C08
Black with #CA4C08
Text Example
Text Example
White with #CA4C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C08; }
p { color: rgb(202,76,8); }
H1.HeaderClassName
{
color: #CA4C08;
}
.AnyTagClassName
{
color: #CA4C08;
}
</style>
background-color css
<style>
a { background-color: #CA4C08; }
a { background-color: rgb(202,76,8); }
div.DivClassName
{
background-color: #CA4C08;
}
.BgClassName
{
background-color: #CA4C08;
}
</style>
border-color css
<style>
span { border-color: #CA4C08; }
span { border-color: rgb(202,76,8); }
td.TdClassName
{
border-color: #CA4C08;
}
.TagClassName
{
border-color: #CA4C08;
}
</style>