Shades of Tenne (Tawny) #CF4203
Tints of Tenne (Tawny) #CF4203
RGB
CMYK
RGB Variations
Color information
#CF4203 (or 0xCF4203) is known color: Tenne (Tawny). HEX triplet: CF, 42 and 03. RGB value is (207,66,3). Sum of RGB (Red+Green+Blue) = 207+66+3=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4203 is #30BDFC. Grayscale: #656565. Windows color (decimal): -3194365 or 213711. OLE color: 213711.
HSL color Cylindrical-coordinate representation of color #CF4203: hue angle of 18.53º 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 #CF4203 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.19 |
| HSL | 18.53º | 0.97% | 0.41% | - |
| HSV(B) | 18.53º | 0.99% | 0.81% | - |
| XYZ | 27.7 | 17.17 | 1.94 | - |
| YUV | 100.98 | 72.71 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 3 | 0 | 0.68 | 0.99 | 0.19 | 18.53 | 0.97 | 0.41 |
| Hex | CF | 42 | 3 | 0 | 44 | 63 | 13 | 13 | 61 | 29 |
| Octal | 317 | 102 | 3 | 0 | 104 | 143 | 23 | 23 | 141 | 51 |
| Binary | 11001111 | 1000010 | 11 | 0 | 1000100 | 1100011 | 10011 | 10011 | 1100001 | 101001 |
Color Harmonies of #CF4203
Complementary color
Monochromatic Colors of #CF4203
Black with #CF4203
Text Example
Text Example
White with #CF4203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4203; }
p { color: rgb(207,66,3); }
H1.HeaderClassName
{
color: #CF4203;
}
.AnyTagClassName
{
color: #CF4203;
}
</style>
background-color css
<style>
a { background-color: #CF4203; }
a { background-color: rgb(207,66,3); }
div.DivClassName
{
background-color: #CF4203;
}
.BgClassName
{
background-color: #CF4203;
}
</style>
border-color css
<style>
span { border-color: #CF4203; }
span { border-color: rgb(207,66,3); }
td.TdClassName
{
border-color: #CF4203;
}
.TagClassName
{
border-color: #CF4203;
}
</style>