Shades of Tenne (Tawny) #CB5502
Tints of Tenne (Tawny) #CB5502
RGB
CMYK
RGB Variations
Color information
#CB5502 (or 0xCB5502) is known color: Tenne (Tawny). HEX triplet: CB, 55 and 02. RGB value is (203,85,2). Sum of RGB (Red+Green+Blue) = 203+85+2=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5502 is #34AAFD. Grayscale: #6F6F6F. Windows color (decimal): -3451646 or 153035. OLE color: 153035.
HSL color Cylindrical-coordinate representation of color #CB5502: hue angle of 24.78º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB5502 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.20 |
| HSL | 24.78º | 0.98% | 0.4% | - |
| HSV(B) | 24.78º | 0.99% | 0.8% | - |
| XYZ | 27.89 | 19.2 | 2.29 | - |
| YUV | 110.82 | 66.59 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 2 | 0 | 0.58 | 0.99 | 0.20 | 24.78 | 0.98 | 0.4 |
| Hex | CB | 55 | 2 | 0 | 3A | 63 | 14 | 19 | 62 | 28 |
| Octal | 313 | 125 | 2 | 0 | 72 | 143 | 24 | 31 | 142 | 50 |
| Binary | 11001011 | 1010101 | 10 | 0 | 111010 | 1100011 | 10100 | 11001 | 1100010 | 101000 |
Color Harmonies of #CB5502
Complementary color
Monochromatic Colors of #CB5502
Black with #CB5502
Text Example
Text Example
White with #CB5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5502; }
p { color: rgb(203,85,2); }
H1.HeaderClassName
{
color: #CB5502;
}
.AnyTagClassName
{
color: #CB5502;
}
</style>
background-color css
<style>
a { background-color: #CB5502; }
a { background-color: rgb(203,85,2); }
div.DivClassName
{
background-color: #CB5502;
}
.BgClassName
{
background-color: #CB5502;
}
</style>
border-color css
<style>
span { border-color: #CB5502; }
span { border-color: rgb(203,85,2); }
td.TdClassName
{
border-color: #CB5502;
}
.TagClassName
{
border-color: #CB5502;
}
</style>