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