Shades of Zest #CC793F
Tints of Zest #CC793F
RGB
CMYK
RGB Variations
Color information
#CC793F (or 0xCC793F) is known color: Zest. HEX triplet: CC, 79 and 3F. RGB value is (204,121,63). Sum of RGB (Red+Green+Blue) = 204+121+63=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC793F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC793F is #3386C0. Grayscale: #8B8B8B. Windows color (decimal): -3376833 or 4159948. OLE color: 4159948.
HSL color Cylindrical-coordinate representation of color #CC793F: hue angle of 24.68º degrees, saturation: 0.58, 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 #CC793F is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 63 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.2 |
| HSL | 24.68º | 0.58% | 0.52% | - |
| HSV(B) | 24.68º | 0.69% | 0.8% | - |
| XYZ | 32.64 | 26.87 | 8.17 | - |
| YUV | 139.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 63 | 0 | 0.41 | 0.69 | 0.2 | 24.68 | 0.58 | 0.52 |
| Hex | CC | 79 | 3F | 0 | 29 | 45 | 14 | 19 | 3A | 34 |
| Octal | 314 | 171 | 77 | 0 | 51 | 105 | 24 | 31 | 72 | 64 |
| Binary | 11001100 | 1111001 | 111111 | 0 | 101001 | 1000101 | 10100 | 11001 | 111010 | 110100 |
Color Harmonies of #CC793F
Complementary color
Monochromatic Colors of #CC793F
Black with #CC793F
Text Example
Text Example
White with #CC793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC793F; }
p { color: rgb(204,121,63); }
H1.HeaderClassName
{
color: #CC793F;
}
.AnyTagClassName
{
color: #CC793F;
}
</style>
background-color css
<style>
a { background-color: #CC793F; }
a { background-color: rgb(204,121,63); }
div.DivClassName
{
background-color: #CC793F;
}
.BgClassName
{
background-color: #CC793F;
}
</style>
border-color css
<style>
span { border-color: #CC793F; }
span { border-color: rgb(204,121,63); }
td.TdClassName
{
border-color: #CC793F;
}
.TagClassName
{
border-color: #CC793F;
}
</style>