#C1693E

Color #C1693E Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #C1693E

Tints of Zest #C1693E

Color information

#C1693E (or 0xC1693E) is unknown color: approx Zest. HEX triplet: C1, 69 and 3E. RGB value is (193,105,62). Sum of RGB (Red+Green+Blue) = 193+105+62=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C1693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1693E is #3E96C1. Grayscale: #7E7E7E. Windows color (decimal): -4101826 or 4090305. OLE color: 4090305.

HSL color Cylindrical-coordinate representation of color #C1693E: hue angle of 19.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1693E is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19310562-
CMYK00.460.680.24
HSL19.69º51.37%50%-
HSV(B)19.69º67.88%75.69%-
XYZ27.9121.797.29-
YUV126.4191.65175.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 53.61%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 62 (24.61% from 255) = 17.22%
R=53.61%
G=29.17%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931056200.460.680.2419.6951.3750
HexC1693E02E4418143332
Octal3011517605610430246362
Binary110000011101001111110010111010001001100010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1693E; }

 p { color: rgb(193,105,62); }

 H1.HeaderClassName
 {
   color: #C1693E;
 }
 .AnyTagClassName
 {
   color: #C1693E;
 }
</style>
background-color css

<style>
 a { background-color: #C1693E; }

 a { background-color: rgb(193,105,62); }

 div.DivClassName
 {
   background-color: #C1693E;
 }
 .BgClassName
 {
   background-color: #C1693E;
 }
</style>
border-color css

<style>
 span { border-color: #C1693E; }

 span { border-color: rgb(193,105,62); }

 td.TdClassName
 {
   border-color: #C1693E;
 }
 .TagClassName
 {
   border-color: #C1693E;
 }
</style>