Shades of Tenne (Tawny) #CB4E02
Tints of Tenne (Tawny) #CB4E02
RGB
CMYK
RGB Variations
Color information
#CB4E02 (or 0xCB4E02) is known color: Tenne (Tawny). HEX triplet: CB, 4E and 02. RGB value is (203,78,2). Sum of RGB (Red+Green+Blue) = 203+78+2=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4E02 is #34B1FD. Grayscale: #6B6B6B. Windows color (decimal): -3453438 or 151243. OLE color: 151243.
HSL color Cylindrical-coordinate representation of color #CB4E02: hue angle of 22.69º 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 #CB4E02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.20 |
| HSL | 22.69º | 0.98% | 0.4% | - |
| HSV(B) | 22.69º | 0.99% | 0.8% | - |
| XYZ | 27.36 | 18.15 | 2.12 | - |
| YUV | 106.71 | 68.91 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 2 | 0 | 0.62 | 0.99 | 0.20 | 22.69 | 0.98 | 0.4 |
| Hex | CB | 4E | 2 | 0 | 3E | 63 | 14 | 17 | 62 | 28 |
| Octal | 313 | 116 | 2 | 0 | 76 | 143 | 24 | 27 | 142 | 50 |
| Binary | 11001011 | 1001110 | 10 | 0 | 111110 | 1100011 | 10100 | 10111 | 1100010 | 101000 |
Color Harmonies of #CB4E02
Complementary color
Monochromatic Colors of #CB4E02
Black with #CB4E02
Text Example
Text Example
White with #CB4E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E02; }
p { color: rgb(203,78,2); }
H1.HeaderClassName
{
color: #CB4E02;
}
.AnyTagClassName
{
color: #CB4E02;
}
</style>
background-color css
<style>
a { background-color: #CB4E02; }
a { background-color: rgb(203,78,2); }
div.DivClassName
{
background-color: #CB4E02;
}
.BgClassName
{
background-color: #CB4E02;
}
</style>
border-color css
<style>
span { border-color: #CB4E02; }
span { border-color: rgb(203,78,2); }
td.TdClassName
{
border-color: #CB4E02;
}
.TagClassName
{
border-color: #CB4E02;
}
</style>