Html Css Color HEX #C57742 Zest

📋 copy color: '#C57742'

red 197 ◦ green 119 ◦ blue 66

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

Shades of Zest #C57742

Tints of Zest #C57742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

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

R = 51.57%
G = 31.15%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C57742 (or 0xC57742) is known color: Zest. HEX triplet: C5, 77 and 42. RGB value is (197,119,66). Sum of RGB (Red+Green+Blue) = 197+119+66=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C57742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57742 is #3A88BD. Grayscale: #888888. Windows color (decimal): -3836094 or 4356037. OLE color: 4356037.

HSL color Cylindrical-coordinate representation of color #C57742: hue angle of 24.27º 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 #C57742 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 119 66 -
CMYK 0 0.40 0.66 0.23
HSL 24.27º 0.53% 0.52% -
HSV(B) 24.27º 0.66% 0.77% -
XYZ 30.61 25.46 8.45 -
YUV 136.28 88.34 171.31 -
System Red Green Blue C M Y K H S L
Decimal 197 119 66 0 0.40 0.66 0.23 24.27 0.53 0.52
Hex C5 77 42 0 28 42 17 18 35 34
Octal 305 167 102 0 50 102 27 30 65 64
Binary 11000101 1110111 1000010 0 101000 1000010 10111 11000 110101 110100

Color Harmonies of #C57742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57742

Black with #C57742

Text Example


Text Example

White with #C57742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57742; }

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

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

background-color css

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

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

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

border-color css

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

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

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