Shades of Tenne (Tawny) #CF630C
Tints of Tenne (Tawny) #CF630C
RGB
CMYK
RGB Variations
Color information
#CF630C (or 0xCF630C) is known color: Tenne (Tawny). HEX triplet: CF, 63 and 0C. RGB value is (207,99,12). Sum of RGB (Red+Green+Blue) = 207+99+12=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF630C is #309CF3. Grayscale: #797979. Windows color (decimal): -3185908 or 811983. OLE color: 811983.
HSL color Cylindrical-coordinate representation of color #CF630C: hue angle of 26.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF630C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 12 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.19 |
| HSL | 26.77º | 0.89% | 0.43% | - |
| HSV(B) | 26.77º | 0.94% | 0.81% | - |
| XYZ | 30.26 | 22.22 | 3.04 | - |
| YUV | 121.37 | 66.28 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 12 | 0 | 0.52 | 0.94 | 0.19 | 26.77 | 0.89 | 0.43 |
| Hex | CF | 63 | C | 0 | 34 | 5E | 13 | 1B | 59 | 2B |
| Octal | 317 | 143 | 14 | 0 | 64 | 136 | 23 | 33 | 131 | 53 |
| Binary | 11001111 | 1100011 | 1100 | 0 | 110100 | 1011110 | 10011 | 11011 | 1011001 | 101011 |
Color Harmonies of #CF630C
Complementary color
Monochromatic Colors of #CF630C
Black with #CF630C
Text Example
Text Example
White with #CF630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF630C; }
p { color: rgb(207,99,12); }
H1.HeaderClassName
{
color: #CF630C;
}
.AnyTagClassName
{
color: #CF630C;
}
</style>
background-color css
<style>
a { background-color: #CF630C; }
a { background-color: rgb(207,99,12); }
div.DivClassName
{
background-color: #CF630C;
}
.BgClassName
{
background-color: #CF630C;
}
</style>
border-color css
<style>
span { border-color: #CF630C; }
span { border-color: rgb(207,99,12); }
td.TdClassName
{
border-color: #CF630C;
}
.TagClassName
{
border-color: #CF630C;
}
</style>