Shades of Tenne (Tawny) #CB5D09
Tints of Tenne (Tawny) #CB5D09
RGB
CMYK
RGB Variations
Color information
#CB5D09 (or 0xCB5D09) is known color: Tenne (Tawny). HEX triplet: CB, 5D and 09. RGB value is (203,93,9). Sum of RGB (Red+Green+Blue) = 203+93+9=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5D09 is #34A2F6. Grayscale: #747474. Windows color (decimal): -3449591 or 613835. OLE color: 613835.
HSL color Cylindrical-coordinate representation of color #CB5D09: hue angle of 25.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB5D09 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 9 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.20 |
| HSL | 25.98º | 0.92% | 0.42% | - |
| HSV(B) | 25.98º | 0.96% | 0.8% | - |
| XYZ | 28.59 | 20.54 | 2.72 | - |
| YUV | 116.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 9 | 0 | 0.54 | 0.96 | 0.20 | 25.98 | 0.92 | 0.42 |
| Hex | CB | 5D | 9 | 0 | 36 | 60 | 14 | 1A | 5C | 2A |
| Octal | 313 | 135 | 11 | 0 | 66 | 140 | 24 | 32 | 134 | 52 |
| Binary | 11001011 | 1011101 | 1001 | 0 | 110110 | 1100000 | 10100 | 11010 | 1011100 | 101010 |
Color Harmonies of #CB5D09
Complementary color
Monochromatic Colors of #CB5D09
Black with #CB5D09
Text Example
Text Example
White with #CB5D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D09; }
p { color: rgb(203,93,9); }
H1.HeaderClassName
{
color: #CB5D09;
}
.AnyTagClassName
{
color: #CB5D09;
}
</style>
background-color css
<style>
a { background-color: #CB5D09; }
a { background-color: rgb(203,93,9); }
div.DivClassName
{
background-color: #CB5D09;
}
.BgClassName
{
background-color: #CB5D09;
}
</style>
border-color css
<style>
span { border-color: #CB5D09; }
span { border-color: rgb(203,93,9); }
td.TdClassName
{
border-color: #CB5D09;
}
.TagClassName
{
border-color: #CB5D09;
}
</style>