Shades of Zest #CB6F35
Tints of Zest #CB6F35
RGB
CMYK
RGB Variations
Color information
#CB6F35 (or 0xCB6F35) is known color: Zest. HEX triplet: CB, 6F and 35. RGB value is (203,111,53). Sum of RGB (Red+Green+Blue) = 203+111+53=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F35 is #3490CA. Grayscale: #848484. Windows color (decimal): -3444939 or 3502027. OLE color: 3502027.
HSL color Cylindrical-coordinate representation of color #CB6F35: hue angle of 23.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB6F35 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 53 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.20 |
| HSL | 23.2º | 0.59% | 0.5% | - |
| HSV(B) | 23.2º | 0.74% | 0.8% | - |
| XYZ | 30.96 | 24.32 | 6.43 | - |
| YUV | 131.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 53 | 0 | 0.45 | 0.74 | 0.20 | 23.2 | 0.59 | 0.5 |
| Hex | CB | 6F | 35 | 0 | 2D | 4A | 14 | 17 | 3B | 32 |
| Octal | 313 | 157 | 65 | 0 | 55 | 112 | 24 | 27 | 73 | 62 |
| Binary | 11001011 | 1101111 | 110101 | 0 | 101101 | 1001010 | 10100 | 10111 | 111011 | 110010 |
Color Harmonies of #CB6F35
Complementary color
Monochromatic Colors of #CB6F35
Black with #CB6F35
Text Example
Text Example
White with #CB6F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F35; }
p { color: rgb(203,111,53); }
H1.HeaderClassName
{
color: #CB6F35;
}
.AnyTagClassName
{
color: #CB6F35;
}
</style>
background-color css
<style>
a { background-color: #CB6F35; }
a { background-color: rgb(203,111,53); }
div.DivClassName
{
background-color: #CB6F35;
}
.BgClassName
{
background-color: #CB6F35;
}
</style>
border-color css
<style>
span { border-color: #CB6F35; }
span { border-color: rgb(203,111,53); }
td.TdClassName
{
border-color: #CB6F35;
}
.TagClassName
{
border-color: #CB6F35;
}
</style>