Shades of Tenne (Tawny) #CB4D02
Tints of Tenne (Tawny) #CB4D02
RGB
CMYK
RGB Variations
Color information
#CB4D02 (or 0xCB4D02) is known color: Tenne (Tawny). HEX triplet: CB, 4D and 02. RGB value is (203,77,2). Sum of RGB (Red+Green+Blue) = 203+77+2=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4D02 is #34B2FD. Grayscale: #6A6A6A. Windows color (decimal): -3453694 or 150987. OLE color: 150987.
HSL color Cylindrical-coordinate representation of color #CB4D02: hue angle of 22.39º 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 #CB4D02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.20 |
| HSL | 22.39º | 0.98% | 0.4% | - |
| HSV(B) | 22.39º | 0.99% | 0.8% | - |
| XYZ | 27.29 | 18.01 | 2.09 | - |
| YUV | 106.12 | 69.24 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 2 | 0 | 0.62 | 0.99 | 0.20 | 22.39 | 0.98 | 0.4 |
| Hex | CB | 4D | 2 | 0 | 3E | 63 | 14 | 16 | 62 | 28 |
| Octal | 313 | 115 | 2 | 0 | 76 | 143 | 24 | 26 | 142 | 50 |
| Binary | 11001011 | 1001101 | 10 | 0 | 111110 | 1100011 | 10100 | 10110 | 1100010 | 101000 |
Color Harmonies of #CB4D02
Complementary color
Monochromatic Colors of #CB4D02
Black with #CB4D02
Text Example
Text Example
White with #CB4D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D02; }
p { color: rgb(203,77,2); }
H1.HeaderClassName
{
color: #CB4D02;
}
.AnyTagClassName
{
color: #CB4D02;
}
</style>
background-color css
<style>
a { background-color: #CB4D02; }
a { background-color: rgb(203,77,2); }
div.DivClassName
{
background-color: #CB4D02;
}
.BgClassName
{
background-color: #CB4D02;
}
</style>
border-color css
<style>
span { border-color: #CB4D02; }
span { border-color: rgb(203,77,2); }
td.TdClassName
{
border-color: #CB4D02;
}
.TagClassName
{
border-color: #CB4D02;
}
</style>