Shades of Tenne (Tawny) #CB5002
Tints of Tenne (Tawny) #CB5002
RGB
CMYK
RGB Variations
Color information
#CB5002 (or 0xCB5002) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 02. RGB value is (203,80,2). Sum of RGB (Red+Green+Blue) = 203+80+2=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5002 is #34AFFD. Grayscale: #6C6C6C. Windows color (decimal): -3452926 or 151755. OLE color: 151755.
HSL color Cylindrical-coordinate representation of color #CB5002: hue angle of 23.28º 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 #CB5002 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.20 |
| HSL | 23.28º | 0.98% | 0.4% | - |
| HSV(B) | 23.28º | 0.99% | 0.8% | - |
| XYZ | 27.51 | 18.44 | 2.17 | - |
| YUV | 107.89 | 68.25 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 2 | 0 | 0.61 | 0.99 | 0.20 | 23.28 | 0.98 | 0.4 |
| Hex | CB | 50 | 2 | 0 | 3D | 63 | 14 | 17 | 62 | 28 |
| Octal | 313 | 120 | 2 | 0 | 75 | 143 | 24 | 27 | 142 | 50 |
| Binary | 11001011 | 1010000 | 10 | 0 | 111101 | 1100011 | 10100 | 10111 | 1100010 | 101000 |
Color Harmonies of #CB5002
Complementary color
Monochromatic Colors of #CB5002
Black with #CB5002
Text Example
Text Example
White with #CB5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5002; }
p { color: rgb(203,80,2); }
H1.HeaderClassName
{
color: #CB5002;
}
.AnyTagClassName
{
color: #CB5002;
}
</style>
background-color css
<style>
a { background-color: #CB5002; }
a { background-color: rgb(203,80,2); }
div.DivClassName
{
background-color: #CB5002;
}
.BgClassName
{
background-color: #CB5002;
}
</style>
border-color css
<style>
span { border-color: #CB5002; }
span { border-color: rgb(203,80,2); }
td.TdClassName
{
border-color: #CB5002;
}
.TagClassName
{
border-color: #CB5002;
}
</style>