Shades of Zest #CB743B
Tints of Zest #CB743B
RGB
CMYK
RGB Variations
Color information
#CB743B (or 0xCB743B) is known color: Zest. HEX triplet: CB, 74 and 3B. RGB value is (203,116,59). Sum of RGB (Red+Green+Blue) = 203+116+59=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB743B is #348BC4. Grayscale: #878787. Windows color (decimal): -3443653 or 3896523. OLE color: 3896523.
HSL color Cylindrical-coordinate representation of color #CB743B: hue angle of 23.75º 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 #CB743B is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 59 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.20 |
| HSL | 23.75º | 0.58% | 0.51% | - |
| HSV(B) | 23.75º | 0.71% | 0.8% | - |
| XYZ | 31.66 | 25.5 | 7.39 | - |
| YUV | 135.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 59 | 0 | 0.43 | 0.71 | 0.20 | 23.75 | 0.58 | 0.51 |
| Hex | CB | 74 | 3B | 0 | 2B | 47 | 14 | 18 | 3A | 33 |
| Octal | 313 | 164 | 73 | 0 | 53 | 107 | 24 | 30 | 72 | 63 |
| Binary | 11001011 | 1110100 | 111011 | 0 | 101011 | 1000111 | 10100 | 11000 | 111010 | 110011 |
Color Harmonies of #CB743B
Complementary color
Monochromatic Colors of #CB743B
Black with #CB743B
Text Example
Text Example
White with #CB743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB743B; }
p { color: rgb(203,116,59); }
H1.HeaderClassName
{
color: #CB743B;
}
.AnyTagClassName
{
color: #CB743B;
}
</style>
background-color css
<style>
a { background-color: #CB743B; }
a { background-color: rgb(203,116,59); }
div.DivClassName
{
background-color: #CB743B;
}
.BgClassName
{
background-color: #CB743B;
}
</style>
border-color css
<style>
span { border-color: #CB743B; }
span { border-color: rgb(203,116,59); }
td.TdClassName
{
border-color: #CB743B;
}
.TagClassName
{
border-color: #CB743B;
}
</style>