Shades of Tenne (Tawny) #CB4D0F
Tints of Tenne (Tawny) #CB4D0F
RGB
CMYK
RGB Variations
Color information
#CB4D0F (or 0xCB4D0F) is known color: Tenne (Tawny). HEX triplet: CB, 4D and 0F. RGB value is (203,77,15). Sum of RGB (Red+Green+Blue) = 203+77+15=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4D0F is #34B2F0. Grayscale: #6B6B6B. Windows color (decimal): -3453681 or 1002955. OLE color: 1002955.
HSL color Cylindrical-coordinate representation of color #CB4D0F: hue angle of 19.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB4D0F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 15 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.20 |
| HSL | 19.79º | 0.86% | 0.43% | - |
| HSV(B) | 19.79º | 0.93% | 0.8% | - |
| XYZ | 27.37 | 18.04 | 2.49 | - |
| YUV | 107.61 | 75.74 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 15 | 0 | 0.62 | 0.93 | 0.20 | 19.79 | 0.86 | 0.43 |
| Hex | CB | 4D | F | 0 | 3E | 5D | 14 | 14 | 56 | 2B |
| Octal | 313 | 115 | 17 | 0 | 76 | 135 | 24 | 24 | 126 | 53 |
| Binary | 11001011 | 1001101 | 1111 | 0 | 111110 | 1011101 | 10100 | 10100 | 1010110 | 101011 |
Color Harmonies of #CB4D0F
Complementary color
Monochromatic Colors of #CB4D0F
Black with #CB4D0F
Text Example
Text Example
White with #CB4D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D0F; }
p { color: rgb(203,77,15); }
H1.HeaderClassName
{
color: #CB4D0F;
}
.AnyTagClassName
{
color: #CB4D0F;
}
</style>
background-color css
<style>
a { background-color: #CB4D0F; }
a { background-color: rgb(203,77,15); }
div.DivClassName
{
background-color: #CB4D0F;
}
.BgClassName
{
background-color: #CB4D0F;
}
</style>
border-color css
<style>
span { border-color: #CB4D0F; }
span { border-color: rgb(203,77,15); }
td.TdClassName
{
border-color: #CB4D0F;
}
.TagClassName
{
border-color: #CB4D0F;
}
</style>