Shades of Tenne (Tawny) #CF4305
Tints of Tenne (Tawny) #CF4305
RGB
CMYK
RGB Variations
Color information
#CF4305 (or 0xCF4305) is known color: Tenne (Tawny). HEX triplet: CF, 43 and 05. RGB value is (207,67,5). Sum of RGB (Red+Green+Blue) = 207+67+5=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4305 is #30BCFA. Grayscale: #666666. Windows color (decimal): -3194107 or 345039. OLE color: 345039.
HSL color Cylindrical-coordinate representation of color #CF4305: hue angle of 18.42º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF4305 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.19 |
| HSL | 18.42º | 0.95% | 0.42% | - |
| HSV(B) | 18.42º | 0.98% | 0.81% | - |
| XYZ | 27.77 | 17.29 | 2.02 | - |
| YUV | 101.79 | 73.38 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 5 | 0 | 0.68 | 0.98 | 0.19 | 18.42 | 0.95 | 0.42 |
| Hex | CF | 43 | 5 | 0 | 44 | 62 | 13 | 12 | 5F | 2A |
| Octal | 317 | 103 | 5 | 0 | 104 | 142 | 23 | 22 | 137 | 52 |
| Binary | 11001111 | 1000011 | 101 | 0 | 1000100 | 1100010 | 10011 | 10010 | 1011111 | 101010 |
Color Harmonies of #CF4305
Complementary color
Monochromatic Colors of #CF4305
Black with #CF4305
Text Example
Text Example
White with #CF4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4305; }
p { color: rgb(207,67,5); }
H1.HeaderClassName
{
color: #CF4305;
}
.AnyTagClassName
{
color: #CF4305;
}
</style>
background-color css
<style>
a { background-color: #CF4305; }
a { background-color: rgb(207,67,5); }
div.DivClassName
{
background-color: #CF4305;
}
.BgClassName
{
background-color: #CF4305;
}
</style>
border-color css
<style>
span { border-color: #CF4305; }
span { border-color: rgb(207,67,5); }
td.TdClassName
{
border-color: #CF4305;
}
.TagClassName
{
border-color: #CF4305;
}
</style>