Shades of Zest #C1743B
Tints of Zest #C1743B
RGB
CMYK
RGB Variations
Color information
#C1743B (or 0xC1743B) is known color: Zest. HEX triplet: C1, 74 and 3B. RGB value is (193,116,59). Sum of RGB (Red+Green+Blue) = 193+116+59=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1743B is #3E8BC4. Grayscale: #848484. Windows color (decimal): -4099013 or 3896513. OLE color: 3896513.
HSL color Cylindrical-coordinate representation of color #C1743B: hue angle of 25.52º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1743B is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 59 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.24 |
| HSL | 25.52º | 0.53% | 0.49% | - |
| HSV(B) | 25.52º | 0.69% | 0.76% | - |
| XYZ | 29.03 | 24.14 | 7.27 | - |
| YUV | 132.53 | 86.51 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 59 | 0 | 0.40 | 0.69 | 0.24 | 25.52 | 0.53 | 0.49 |
| Hex | C1 | 74 | 3B | 0 | 28 | 45 | 18 | 1A | 35 | 31 |
| Octal | 301 | 164 | 73 | 0 | 50 | 105 | 30 | 32 | 65 | 61 |
| Binary | 11000001 | 1110100 | 111011 | 0 | 101000 | 1000101 | 11000 | 11010 | 110101 | 110001 |
Color Harmonies of #C1743B
Complementary color
Monochromatic Colors of #C1743B
Black with #C1743B
Text Example
Text Example
White with #C1743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1743B; }
p { color: rgb(193,116,59); }
H1.HeaderClassName
{
color: #C1743B;
}
.AnyTagClassName
{
color: #C1743B;
}
</style>
background-color css
<style>
a { background-color: #C1743B; }
a { background-color: rgb(193,116,59); }
div.DivClassName
{
background-color: #C1743B;
}
.BgClassName
{
background-color: #C1743B;
}
</style>
border-color css
<style>
span { border-color: #C1743B; }
span { border-color: rgb(193,116,59); }
td.TdClassName
{
border-color: #C1743B;
}
.TagClassName
{
border-color: #C1743B;
}
</style>