Shades of Tenne (Tawny) #CB4C0C
Tints of Tenne (Tawny) #CB4C0C
RGB
CMYK
RGB Variations
Color information
#CB4C0C (or 0xCB4C0C) is known color: Tenne (Tawny). HEX triplet: CB, 4C and 0C. RGB value is (203,76,12). Sum of RGB (Red+Green+Blue) = 203+76+12=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C0C is #34B3F3. Grayscale: #6B6B6B. Windows color (decimal): -3453940 or 806091. OLE color: 806091.
HSL color Cylindrical-coordinate representation of color #CB4C0C: hue angle of 20.1º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB4C0C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.20 |
| HSL | 20.1º | 0.89% | 0.42% | - |
| HSV(B) | 20.1º | 0.94% | 0.8% | - |
| XYZ | 27.28 | 17.89 | 2.36 | - |
| YUV | 106.68 | 74.58 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 12 | 0 | 0.63 | 0.94 | 0.20 | 20.1 | 0.89 | 0.42 |
| Hex | CB | 4C | C | 0 | 3F | 5E | 14 | 14 | 59 | 2A |
| Octal | 313 | 114 | 14 | 0 | 77 | 136 | 24 | 24 | 131 | 52 |
| Binary | 11001011 | 1001100 | 1100 | 0 | 111111 | 1011110 | 10100 | 10100 | 1011001 | 101010 |
Color Harmonies of #CB4C0C
Complementary color
Monochromatic Colors of #CB4C0C
Black with #CB4C0C
Text Example
Text Example
White with #CB4C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4C0C; }
p { color: rgb(203,76,12); }
H1.HeaderClassName
{
color: #CB4C0C;
}
.AnyTagClassName
{
color: #CB4C0C;
}
</style>
background-color css
<style>
a { background-color: #CB4C0C; }
a { background-color: rgb(203,76,12); }
div.DivClassName
{
background-color: #CB4C0C;
}
.BgClassName
{
background-color: #CB4C0C;
}
</style>
border-color css
<style>
span { border-color: #CB4C0C; }
span { border-color: rgb(203,76,12); }
td.TdClassName
{
border-color: #CB4C0C;
}
.TagClassName
{
border-color: #CB4C0C;
}
</style>