Shades of Tenne (Tawny) #CF5B02
Tints of Tenne (Tawny) #CF5B02
RGB
CMYK
RGB Variations
Color information
#CF5B02 (or 0xCF5B02) is known color: Tenne (Tawny). HEX triplet: CF, 5B and 02. RGB value is (207,91,2). Sum of RGB (Red+Green+Blue) = 207+91+2=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5B02 is #30A4FD. Grayscale: #747474. Windows color (decimal): -3187966 or 154575. OLE color: 154575.
HSL color Cylindrical-coordinate representation of color #CF5B02: hue angle of 26.05º degrees, saturation: 0.98, 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 #CF5B02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.19 |
| HSL | 26.05º | 0.98% | 0.41% | - |
| HSV(B) | 26.05º | 0.99% | 0.81% | - |
| XYZ | 29.48 | 20.75 | 2.51 | - |
| YUV | 115.54 | 63.93 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 2 | 0 | 0.56 | 0.99 | 0.19 | 26.05 | 0.98 | 0.41 |
| Hex | CF | 5B | 2 | 0 | 38 | 63 | 13 | 1A | 62 | 29 |
| Octal | 317 | 133 | 2 | 0 | 70 | 143 | 23 | 32 | 142 | 51 |
| Binary | 11001111 | 1011011 | 10 | 0 | 111000 | 1100011 | 10011 | 11010 | 1100010 | 101001 |
Color Harmonies of #CF5B02
Complementary color
Monochromatic Colors of #CF5B02
Black with #CF5B02
Text Example
Text Example
White with #CF5B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B02; }
p { color: rgb(207,91,2); }
H1.HeaderClassName
{
color: #CF5B02;
}
.AnyTagClassName
{
color: #CF5B02;
}
</style>
background-color css
<style>
a { background-color: #CF5B02; }
a { background-color: rgb(207,91,2); }
div.DivClassName
{
background-color: #CF5B02;
}
.BgClassName
{
background-color: #CF5B02;
}
</style>
border-color css
<style>
span { border-color: #CF5B02; }
span { border-color: rgb(207,91,2); }
td.TdClassName
{
border-color: #CF5B02;
}
.TagClassName
{
border-color: #CF5B02;
}
</style>