#C17242

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

Shades of Zest #C17242

Tints of Zest #C17242

Color information

#C17242 (or 0xC17242) is unknown color: approx Zest. HEX triplet: C1, 72 and 42. RGB value is (193,114,66). Sum of RGB (Red+Green+Blue) = 193+114+66=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C17242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17242 is #3E8DBD. Grayscale: #848484. Windows color (decimal): -4099518 or 4354753. OLE color: 4354753.

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

Color convert

RGB19311466-
CMYK00.410.660.24
HSL22.68º50.6%50.78%-
HSV(B)22.68º65.8%75.69%-
XYZ28.9923.778.21-
YUV132.1590.67171.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.74%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=51.74%
G=30.56%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931146600.410.660.2422.6850.650.78
HexC172420294218173333
Octal30116210205110230276363
Binary1100000111100101000010010100110000101100010111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17242; }

 p { color: rgb(193,114,66); }

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

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

 a { background-color: rgb(193,114,66); }

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

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

 span { border-color: rgb(193,114,66); }

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