Shades of Zest #C06A38
Tints of Zest #C06A38
RGB
CMYK
RGB Variations
Color information
#C06A38 (or 0xC06A38) is known color: Zest. HEX triplet: C0, 6A and 38. RGB value is (192,106,56). Sum of RGB (Red+Green+Blue) = 192+106+56=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A38 is #3F95C7. Grayscale: #7E7E7E. Windows color (decimal): -4167112 or 3697344. OLE color: 3697344.
HSL color Cylindrical-coordinate representation of color #C06A38: hue angle of 22.06º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C06A38 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 56 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.25 |
| HSL | 22.06º | 0.55% | 0.49% | - |
| HSV(B) | 22.06º | 0.71% | 0.75% | - |
| XYZ | 27.61 | 21.8 | 6.49 | - |
| YUV | 126.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 56 | 0 | 0.45 | 0.71 | 0.25 | 22.06 | 0.55 | 0.49 |
| Hex | C0 | 6A | 38 | 0 | 2D | 47 | 19 | 16 | 37 | 31 |
| Octal | 300 | 152 | 70 | 0 | 55 | 107 | 31 | 26 | 67 | 61 |
| Binary | 11000000 | 1101010 | 111000 | 0 | 101101 | 1000111 | 11001 | 10110 | 110111 | 110001 |
Color Harmonies of #C06A38
Complementary color
Monochromatic Colors of #C06A38
Black with #C06A38
Text Example
Text Example
White with #C06A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A38; }
p { color: rgb(192,106,56); }
H1.HeaderClassName
{
color: #C06A38;
}
.AnyTagClassName
{
color: #C06A38;
}
</style>
background-color css
<style>
a { background-color: #C06A38; }
a { background-color: rgb(192,106,56); }
div.DivClassName
{
background-color: #C06A38;
}
.BgClassName
{
background-color: #C06A38;
}
</style>
border-color css
<style>
span { border-color: #C06A38; }
span { border-color: rgb(192,106,56); }
td.TdClassName
{
border-color: #C06A38;
}
.TagClassName
{
border-color: #C06A38;
}
</style>