Shades of Tenne (Tawny) #CF6303
Tints of Tenne (Tawny) #CF6303
RGB
CMYK
RGB Variations
Color information
#CF6303 (or 0xCF6303) is known color: Tenne (Tawny). HEX triplet: CF, 63 and 03. RGB value is (207,99,3). Sum of RGB (Red+Green+Blue) = 207+99+3=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6303 is #309CFC. Grayscale: #787878. Windows color (decimal): -3185917 or 222159. OLE color: 222159.
HSL color Cylindrical-coordinate representation of color #CF6303: hue angle of 28.24º 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 #CF6303 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 3 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.19 |
| HSL | 28.24º | 0.97% | 0.41% | - |
| HSV(B) | 28.24º | 0.99% | 0.81% | - |
| XYZ | 30.21 | 22.2 | 2.78 | - |
| YUV | 120.35 | 61.78 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 3 | 0 | 0.52 | 0.99 | 0.19 | 28.24 | 0.97 | 0.41 |
| Hex | CF | 63 | 3 | 0 | 34 | 63 | 13 | 1C | 61 | 29 |
| Octal | 317 | 143 | 3 | 0 | 64 | 143 | 23 | 34 | 141 | 51 |
| Binary | 11001111 | 1100011 | 11 | 0 | 110100 | 1100011 | 10011 | 11100 | 1100001 | 101001 |
Color Harmonies of #CF6303
Complementary color
Monochromatic Colors of #CF6303
Black with #CF6303
Text Example
Text Example
White with #CF6303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6303; }
p { color: rgb(207,99,3); }
H1.HeaderClassName
{
color: #CF6303;
}
.AnyTagClassName
{
color: #CF6303;
}
</style>
background-color css
<style>
a { background-color: #CF6303; }
a { background-color: rgb(207,99,3); }
div.DivClassName
{
background-color: #CF6303;
}
.BgClassName
{
background-color: #CF6303;
}
</style>
border-color css
<style>
span { border-color: #CF6303; }
span { border-color: rgb(207,99,3); }
td.TdClassName
{
border-color: #CF6303;
}
.TagClassName
{
border-color: #CF6303;
}
</style>