Shades of Zest #CB6F3F
Tints of Zest #CB6F3F
RGB
CMYK
RGB Variations
Color information
#CB6F3F (or 0xCB6F3F) is known color: Zest. HEX triplet: CB, 6F and 3F. RGB value is (203,111,63). Sum of RGB (Red+Green+Blue) = 203+111+63=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F3F is #3490C0. Grayscale: #858585. Windows color (decimal): -3444929 or 4157387. OLE color: 4157387.
HSL color Cylindrical-coordinate representation of color #CB6F3F: hue angle of 20.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB6F3F is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 63 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.20 |
| HSL | 20.57º | 0.57% | 0.52% | - |
| HSV(B) | 20.57º | 0.69% | 0.8% | - |
| XYZ | 31.21 | 24.42 | 7.77 | - |
| YUV | 133.04 | 88.48 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 63 | 0 | 0.45 | 0.69 | 0.20 | 20.57 | 0.57 | 0.52 |
| Hex | CB | 6F | 3F | 0 | 2D | 45 | 14 | 15 | 39 | 34 |
| Octal | 313 | 157 | 77 | 0 | 55 | 105 | 24 | 25 | 71 | 64 |
| Binary | 11001011 | 1101111 | 111111 | 0 | 101101 | 1000101 | 10100 | 10101 | 111001 | 110100 |
Color Harmonies of #CB6F3F
Complementary color
Monochromatic Colors of #CB6F3F
Black with #CB6F3F
Text Example
Text Example
White with #CB6F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F3F; }
p { color: rgb(203,111,63); }
H1.HeaderClassName
{
color: #CB6F3F;
}
.AnyTagClassName
{
color: #CB6F3F;
}
</style>
background-color css
<style>
a { background-color: #CB6F3F; }
a { background-color: rgb(203,111,63); }
div.DivClassName
{
background-color: #CB6F3F;
}
.BgClassName
{
background-color: #CB6F3F;
}
</style>
border-color css
<style>
span { border-color: #CB6F3F; }
span { border-color: rgb(203,111,63); }
td.TdClassName
{
border-color: #CB6F3F;
}
.TagClassName
{
border-color: #CB6F3F;
}
</style>