Shades of Zest #CB6E3A
Tints of Zest #CB6E3A
RGB
CMYK
RGB Variations
Color information
#CB6E3A (or 0xCB6E3A) is known color: Zest. HEX triplet: CB, 6E and 3A. RGB value is (203,110,58). Sum of RGB (Red+Green+Blue) = 203+110+58=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E3A is #3491C5. Grayscale: #848484. Windows color (decimal): -3445190 or 3829451. OLE color: 3829451.
HSL color Cylindrical-coordinate representation of color #CB6E3A: hue angle of 21.52º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB6E3A is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 58 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.20 |
| HSL | 21.52º | 0.58% | 0.51% | - |
| HSV(B) | 21.52º | 0.71% | 0.8% | - |
| XYZ | 30.97 | 24.15 | 7.03 | - |
| YUV | 131.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 58 | 0 | 0.46 | 0.71 | 0.20 | 21.52 | 0.58 | 0.51 |
| Hex | CB | 6E | 3A | 0 | 2E | 47 | 14 | 16 | 3A | 33 |
| Octal | 313 | 156 | 72 | 0 | 56 | 107 | 24 | 26 | 72 | 63 |
| Binary | 11001011 | 1101110 | 111010 | 0 | 101110 | 1000111 | 10100 | 10110 | 111010 | 110011 |
Color Harmonies of #CB6E3A
Complementary color
Monochromatic Colors of #CB6E3A
Black with #CB6E3A
Text Example
Text Example
White with #CB6E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E3A; }
p { color: rgb(203,110,58); }
H1.HeaderClassName
{
color: #CB6E3A;
}
.AnyTagClassName
{
color: #CB6E3A;
}
</style>
background-color css
<style>
a { background-color: #CB6E3A; }
a { background-color: rgb(203,110,58); }
div.DivClassName
{
background-color: #CB6E3A;
}
.BgClassName
{
background-color: #CB6E3A;
}
</style>
border-color css
<style>
span { border-color: #CB6E3A; }
span { border-color: rgb(203,110,58); }
td.TdClassName
{
border-color: #CB6E3A;
}
.TagClassName
{
border-color: #CB6E3A;
}
</style>