Shades of Tenne (Tawny) #CF6C03
Tints of Tenne (Tawny) #CF6C03
RGB
CMYK
RGB Variations
Color information
#CF6C03 (or 0xCF6C03) is known color: Tenne (Tawny). HEX triplet: CF, 6C and 03. RGB value is (207,108,3). Sum of RGB (Red+Green+Blue) = 207+108+3=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6C03 is #3093FC. Grayscale: #7E7E7E. Windows color (decimal): -3183613 or 224463. OLE color: 224463.
HSL color Cylindrical-coordinate representation of color #CF6C03: hue angle of 30.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF6C03 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 3 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.19 |
| HSL | 30.88º | 0.97% | 0.41% | - |
| HSV(B) | 30.88º | 0.99% | 0.81% | - |
| XYZ | 31.11 | 24 | 3.08 | - |
| YUV | 125.63 | 58.8 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 3 | 0 | 0.48 | 0.99 | 0.19 | 30.88 | 0.97 | 0.41 |
| Hex | CF | 6C | 3 | 0 | 30 | 63 | 13 | 1F | 61 | 29 |
| Octal | 317 | 154 | 3 | 0 | 60 | 143 | 23 | 37 | 141 | 51 |
| Binary | 11001111 | 1101100 | 11 | 0 | 110000 | 1100011 | 10011 | 11111 | 1100001 | 101001 |
Color Harmonies of #CF6C03
Complementary color
Monochromatic Colors of #CF6C03
Black with #CF6C03
Text Example
Text Example
White with #CF6C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C03; }
p { color: rgb(207,108,3); }
H1.HeaderClassName
{
color: #CF6C03;
}
.AnyTagClassName
{
color: #CF6C03;
}
</style>
background-color css
<style>
a { background-color: #CF6C03; }
a { background-color: rgb(207,108,3); }
div.DivClassName
{
background-color: #CF6C03;
}
.BgClassName
{
background-color: #CF6C03;
}
</style>
border-color css
<style>
span { border-color: #CF6C03; }
span { border-color: rgb(207,108,3); }
td.TdClassName
{
border-color: #CF6C03;
}
.TagClassName
{
border-color: #CF6C03;
}
</style>