Shades of Tenne (Tawny) #CF630B
Tints of Tenne (Tawny) #CF630B
RGB
CMYK
RGB Variations
Color information
#CF630B (or 0xCF630B) is known color: Tenne (Tawny). HEX triplet: CF, 63 and 0B. RGB value is (207,99,11). Sum of RGB (Red+Green+Blue) = 207+99+11=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF630B is #309CF4. Grayscale: #797979. Windows color (decimal): -3185909 or 746447. OLE color: 746447.
HSL color Cylindrical-coordinate representation of color #CF630B: hue angle of 26.94º degrees, saturation: 0.9, 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 #CF630B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.19 |
| HSL | 26.94º | 0.9% | 0.43% | - |
| HSV(B) | 26.94º | 0.95% | 0.81% | - |
| XYZ | 30.25 | 22.21 | 3.01 | - |
| YUV | 121.26 | 65.78 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 11 | 0 | 0.52 | 0.95 | 0.19 | 26.94 | 0.9 | 0.43 |
| Hex | CF | 63 | B | 0 | 34 | 5F | 13 | 1B | 5A | 2B |
| Octal | 317 | 143 | 13 | 0 | 64 | 137 | 23 | 33 | 132 | 53 |
| Binary | 11001111 | 1100011 | 1011 | 0 | 110100 | 1011111 | 10011 | 11011 | 1011010 | 101011 |
Color Harmonies of #CF630B
Complementary color
Monochromatic Colors of #CF630B
Black with #CF630B
Text Example
Text Example
White with #CF630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF630B; }
p { color: rgb(207,99,11); }
H1.HeaderClassName
{
color: #CF630B;
}
.AnyTagClassName
{
color: #CF630B;
}
</style>
background-color css
<style>
a { background-color: #CF630B; }
a { background-color: rgb(207,99,11); }
div.DivClassName
{
background-color: #CF630B;
}
.BgClassName
{
background-color: #CF630B;
}
</style>
border-color css
<style>
span { border-color: #CF630B; }
span { border-color: rgb(207,99,11); }
td.TdClassName
{
border-color: #CF630B;
}
.TagClassName
{
border-color: #CF630B;
}
</style>