Shades of Tenne (Tawny) #CA4B0F
Tints of Tenne (Tawny) #CA4B0F
RGB
CMYK
RGB Variations
Color information
#CA4B0F (or 0xCA4B0F) is known color: Tenne (Tawny). HEX triplet: CA, 4B and 0F. RGB value is (202,75,15). Sum of RGB (Red+Green+Blue) = 202+75+15=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4B0F is #35B4F0. Grayscale: #6A6A6A. Windows color (decimal): -3519729 or 1002442. OLE color: 1002442.
HSL color Cylindrical-coordinate representation of color #CA4B0F: hue angle of 19.25º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA4B0F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.21 |
| HSL | 19.25º | 0.86% | 0.43% | - |
| HSV(B) | 19.25º | 0.93% | 0.79% | - |
| XYZ | 26.96 | 17.62 | 2.43 | - |
| YUV | 106.13 | 76.58 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 15 | 0 | 0.63 | 0.93 | 0.21 | 19.25 | 0.86 | 0.43 |
| Hex | CA | 4B | F | 0 | 3F | 5D | 15 | 13 | 56 | 2B |
| Octal | 312 | 113 | 17 | 0 | 77 | 135 | 25 | 23 | 126 | 53 |
| Binary | 11001010 | 1001011 | 1111 | 0 | 111111 | 1011101 | 10101 | 10011 | 1010110 | 101011 |
Color Harmonies of #CA4B0F
Complementary color
Monochromatic Colors of #CA4B0F
Black with #CA4B0F
Text Example
Text Example
White with #CA4B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4B0F; }
p { color: rgb(202,75,15); }
H1.HeaderClassName
{
color: #CA4B0F;
}
.AnyTagClassName
{
color: #CA4B0F;
}
</style>
background-color css
<style>
a { background-color: #CA4B0F; }
a { background-color: rgb(202,75,15); }
div.DivClassName
{
background-color: #CA4B0F;
}
.BgClassName
{
background-color: #CA4B0F;
}
</style>
border-color css
<style>
span { border-color: #CA4B0F; }
span { border-color: rgb(202,75,15); }
td.TdClassName
{
border-color: #CA4B0F;
}
.TagClassName
{
border-color: #CA4B0F;
}
</style>