Shades of Tenne (Tawny) #CF480A
Tints of Tenne (Tawny) #CF480A
RGB
CMYK
RGB Variations
Color information
#CF480A (or 0xCF480A) is known color: Tenne (Tawny). HEX triplet: CF, 48 and 0A. RGB value is (207,72,10). Sum of RGB (Red+Green+Blue) = 207+72+10=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF480A is #30B7F5. Grayscale: #696969. Windows color (decimal): -3192822 or 673999. OLE color: 673999.
HSL color Cylindrical-coordinate representation of color #CF480A: hue angle of 18.88º 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 #CF480A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.19 |
| HSL | 18.88º | 0.91% | 0.43% | - |
| HSV(B) | 18.88º | 0.95% | 0.81% | - |
| XYZ | 28.1 | 17.92 | 2.27 | - |
| YUV | 105.3 | 74.23 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 10 | 0 | 0.65 | 0.95 | 0.19 | 18.88 | 0.91 | 0.43 |
| Hex | CF | 48 | A | 0 | 41 | 5F | 13 | 13 | 5B | 2B |
| Octal | 317 | 110 | 12 | 0 | 101 | 137 | 23 | 23 | 133 | 53 |
| Binary | 11001111 | 1001000 | 1010 | 0 | 1000001 | 1011111 | 10011 | 10011 | 1011011 | 101011 |
Color Harmonies of #CF480A
Complementary color
Monochromatic Colors of #CF480A
Black with #CF480A
Text Example
Text Example
White with #CF480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF480A; }
p { color: rgb(207,72,10); }
H1.HeaderClassName
{
color: #CF480A;
}
.AnyTagClassName
{
color: #CF480A;
}
</style>
background-color css
<style>
a { background-color: #CF480A; }
a { background-color: rgb(207,72,10); }
div.DivClassName
{
background-color: #CF480A;
}
.BgClassName
{
background-color: #CF480A;
}
</style>
border-color css
<style>
span { border-color: #CF480A; }
span { border-color: rgb(207,72,10); }
td.TdClassName
{
border-color: #CF480A;
}
.TagClassName
{
border-color: #CF480A;
}
</style>