#C2753C

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

Shades of Zest #C2753C

Tints of Zest #C2753C

Color information

#C2753C (or 0xC2753C) is unknown color: approx Zest. HEX triplet: C2, 75 and 3C. RGB value is (194,117,60). Sum of RGB (Red+Green+Blue) = 194+117+60=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2753C is #3D8AC3. Grayscale: #858585. Windows color (decimal): -4033220 or 3962306. OLE color: 3962306.

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

Color convert

RGB19411760-
CMYK00.400.690.24
HSL25.52º52.76%49.8%-
HSV(B)25.52º69.07%76.08%-
XYZ29.4324.527.46-
YUV133.5286.51171.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=52.29%
G=31.54%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941176000.400.690.2425.5252.7649.8
HexC2753C02845181a3532
Octal3021657405010530326562
Binary110000101110101111100010100010001011100011010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2753C; }

 p { color: rgb(194,117,60); }

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

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

 a { background-color: rgb(194,117,60); }

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

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

 span { border-color: rgb(194,117,60); }

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