Shades of Tenne (Tawny) #CF4A0A
Tints of Tenne (Tawny) #CF4A0A
RGB
CMYK
RGB Variations
Color information
#CF4A0A (or 0xCF4A0A) is known color: Tenne (Tawny). HEX triplet: CF, 4A and 0A. RGB value is (207,74,10). Sum of RGB (Red+Green+Blue) = 207+74+10=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4A0A is #30B5F5. Grayscale: #6A6A6A. Windows color (decimal): -3192310 or 674511. OLE color: 674511.
HSL color Cylindrical-coordinate representation of color #CF4A0A: hue angle of 19.49º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF4A0A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.19 |
| HSL | 19.49º | 0.91% | 0.43% | - |
| HSV(B) | 19.49º | 0.95% | 0.81% | - |
| XYZ | 28.24 | 18.18 | 2.31 | - |
| YUV | 106.47 | 73.56 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 10 | 0 | 0.64 | 0.95 | 0.19 | 19.49 | 0.91 | 0.43 |
| Hex | CF | 4A | A | 0 | 40 | 5F | 13 | 13 | 5B | 2B |
| Octal | 317 | 112 | 12 | 0 | 100 | 137 | 23 | 23 | 133 | 53 |
| Binary | 11001111 | 1001010 | 1010 | 0 | 1000000 | 1011111 | 10011 | 10011 | 1011011 | 101011 |
Color Harmonies of #CF4A0A
Complementary color
Monochromatic Colors of #CF4A0A
Black with #CF4A0A
Text Example
Text Example
White with #CF4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A0A; }
p { color: rgb(207,74,10); }
H1.HeaderClassName
{
color: #CF4A0A;
}
.AnyTagClassName
{
color: #CF4A0A;
}
</style>
background-color css
<style>
a { background-color: #CF4A0A; }
a { background-color: rgb(207,74,10); }
div.DivClassName
{
background-color: #CF4A0A;
}
.BgClassName
{
background-color: #CF4A0A;
}
</style>
border-color css
<style>
span { border-color: #CF4A0A; }
span { border-color: rgb(207,74,10); }
td.TdClassName
{
border-color: #CF4A0A;
}
.TagClassName
{
border-color: #CF4A0A;
}
</style>