Shades of Tenne (Tawny) #CF4B08
Tints of Tenne (Tawny) #CF4B08
RGB
CMYK
RGB Variations
Color information
#CF4B08 (or 0xCF4B08) is known color: Tenne (Tawny). HEX triplet: CF, 4B and 08. RGB value is (207,75,8). Sum of RGB (Red+Green+Blue) = 207+75+8=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4B08 is #30B4F7. Grayscale: #6B6B6B. Windows color (decimal): -3192056 or 543695. OLE color: 543695.
HSL color Cylindrical-coordinate representation of color #CF4B08: hue angle of 20.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF4B08 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.19 |
| HSL | 20.2º | 0.93% | 0.42% | - |
| HSV(B) | 20.2º | 0.96% | 0.81% | - |
| XYZ | 28.29 | 18.32 | 2.27 | - |
| YUV | 106.83 | 72.23 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 8 | 0 | 0.64 | 0.96 | 0.19 | 20.2 | 0.93 | 0.42 |
| Hex | CF | 4B | 8 | 0 | 40 | 60 | 13 | 14 | 5D | 2A |
| Octal | 317 | 113 | 10 | 0 | 100 | 140 | 23 | 24 | 135 | 52 |
| Binary | 11001111 | 1001011 | 1000 | 0 | 1000000 | 1100000 | 10011 | 10100 | 1011101 | 101010 |
Color Harmonies of #CF4B08
Complementary color
Monochromatic Colors of #CF4B08
Black with #CF4B08
Text Example
Text Example
White with #CF4B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B08; }
p { color: rgb(207,75,8); }
H1.HeaderClassName
{
color: #CF4B08;
}
.AnyTagClassName
{
color: #CF4B08;
}
</style>
background-color css
<style>
a { background-color: #CF4B08; }
a { background-color: rgb(207,75,8); }
div.DivClassName
{
background-color: #CF4B08;
}
.BgClassName
{
background-color: #CF4B08;
}
</style>
border-color css
<style>
span { border-color: #CF4B08; }
span { border-color: rgb(207,75,8); }
td.TdClassName
{
border-color: #CF4B08;
}
.TagClassName
{
border-color: #CF4B08;
}
</style>