Shades of Tenne (Tawny) #CB5008
Tints of Tenne (Tawny) #CB5008
RGB
CMYK
RGB Variations
Color information
#CB5008 (or 0xCB5008) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 08. RGB value is (203,80,8). Sum of RGB (Red+Green+Blue) = 203+80+8=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5008 is #34AFF7. Grayscale: #6C6C6C. Windows color (decimal): -3452920 or 544971. OLE color: 544971.
HSL color Cylindrical-coordinate representation of color #CB5008: hue angle of 22.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB5008 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 8 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.20 |
| HSL | 22.15º | 0.92% | 0.41% | - |
| HSV(B) | 22.15º | 0.96% | 0.8% | - |
| XYZ | 27.54 | 18.45 | 2.34 | - |
| YUV | 108.57 | 71.25 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 8 | 0 | 0.61 | 0.96 | 0.20 | 22.15 | 0.92 | 0.41 |
| Hex | CB | 50 | 8 | 0 | 3D | 60 | 14 | 16 | 5C | 29 |
| Octal | 313 | 120 | 10 | 0 | 75 | 140 | 24 | 26 | 134 | 51 |
| Binary | 11001011 | 1010000 | 1000 | 0 | 111101 | 1100000 | 10100 | 10110 | 1011100 | 101001 |
Color Harmonies of #CB5008
Complementary color
Monochromatic Colors of #CB5008
Black with #CB5008
Text Example
Text Example
White with #CB5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5008; }
p { color: rgb(203,80,8); }
H1.HeaderClassName
{
color: #CB5008;
}
.AnyTagClassName
{
color: #CB5008;
}
</style>
background-color css
<style>
a { background-color: #CB5008; }
a { background-color: rgb(203,80,8); }
div.DivClassName
{
background-color: #CB5008;
}
.BgClassName
{
background-color: #CB5008;
}
</style>
border-color css
<style>
span { border-color: #CB5008; }
span { border-color: rgb(203,80,8); }
td.TdClassName
{
border-color: #CB5008;
}
.TagClassName
{
border-color: #CB5008;
}
</style>