Shades of Tenne (Tawny) #CF600A
Tints of Tenne (Tawny) #CF600A
RGB
CMYK
RGB Variations
Color information
#CF600A (or 0xCF600A) is known color: Tenne (Tawny). HEX triplet: CF, 60 and 0A. RGB value is (207,96,10). Sum of RGB (Red+Green+Blue) = 207+96+10=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF600A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF600A is #309FF5. Grayscale: #777777. Windows color (decimal): -3186678 or 680143. OLE color: 680143.
HSL color Cylindrical-coordinate representation of color #CF600A: hue angle of 26.19º 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 #CF600A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 10 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.19 |
| HSL | 26.19º | 0.91% | 0.43% | - |
| HSV(B) | 26.19º | 0.95% | 0.81% | - |
| XYZ | 29.97 | 21.65 | 2.89 | - |
| YUV | 119.39 | 66.27 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 10 | 0 | 0.54 | 0.95 | 0.19 | 26.19 | 0.91 | 0.43 |
| Hex | CF | 60 | A | 0 | 36 | 5F | 13 | 1A | 5B | 2B |
| Octal | 317 | 140 | 12 | 0 | 66 | 137 | 23 | 32 | 133 | 53 |
| Binary | 11001111 | 1100000 | 1010 | 0 | 110110 | 1011111 | 10011 | 11010 | 1011011 | 101011 |
Color Harmonies of #CF600A
Complementary color
Monochromatic Colors of #CF600A
Black with #CF600A
Text Example
Text Example
White with #CF600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF600A; }
p { color: rgb(207,96,10); }
H1.HeaderClassName
{
color: #CF600A;
}
.AnyTagClassName
{
color: #CF600A;
}
</style>
background-color css
<style>
a { background-color: #CF600A; }
a { background-color: rgb(207,96,10); }
div.DivClassName
{
background-color: #CF600A;
}
.BgClassName
{
background-color: #CF600A;
}
</style>
border-color css
<style>
span { border-color: #CF600A; }
span { border-color: rgb(207,96,10); }
td.TdClassName
{
border-color: #CF600A;
}
.TagClassName
{
border-color: #CF600A;
}
</style>