Html Css Color HEX #C57042 Zest

📋 copy color: '#C57042'

red 197 ◦ green 112 ◦ blue 66

#C57042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #C57042

Tints of Zest #C57042

RGB

 RED value IS 197 (77.34% from 255) = 52.53%

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 52.53%
G = 29.87%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C57042 (or 0xC57042) is known color: Zest. HEX triplet: C5, 70 and 42. RGB value is (197,112,66). Sum of RGB (Red+Green+Blue) = 197+112+66=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C57042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57042 is #3A8FBD. Grayscale: #848484. Windows color (decimal): -3837886 or 4354245. OLE color: 4354245.

HSL color Cylindrical-coordinate representation of color #C57042: hue angle of 21.07º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C57042 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 66 -
CMYK 0 0.43 0.66 0.23
HSL 21.07º 0.53% 0.52% -
HSV(B) 21.07º 0.66% 0.77% -
XYZ 29.8 23.85 8.19 -
YUV 132.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 197 112 66 0 0.43 0.66 0.23 21.07 0.53 0.52
Hex C5 70 42 0 2B 42 17 15 35 34
Octal 305 160 102 0 53 102 27 25 65 64
Binary 11000101 1110000 1000010 0 101011 1000010 10111 10101 110101 110100

Color Harmonies of #C57042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57042

Black with #C57042

Text Example


Text Example

White with #C57042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57042; }

 p { color: rgb(197,112,66); }

 H1.HeaderClassName
 {
   color: #C57042;
 }
 .AnyTagClassName
 {
   color: #C57042;
 }
</style>

background-color css

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

 a { background-color: rgb(197,112,66); }

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

border-color css

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

 span { border-color: rgb(197,112,66); }

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