Html Css Color HEX #C57342 Zest

📋 copy color: '#C57342'

red 197 ◦ green 115 ◦ blue 66

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

Shades of Zest #C57342

Tints of Zest #C57342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

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

R = 52.12%
G = 30.42%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C57342 (or 0xC57342) is known color: Zest. HEX triplet: C5, 73 and 42. RGB value is (197,115,66). Sum of RGB (Red+Green+Blue) = 197+115+66=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C57342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57342 is #3A8CBD. Grayscale: #868686. Windows color (decimal): -3837118 or 4355013. OLE color: 4355013.

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

Color convert

RGB 197 115 66 -
CMYK 0 0.42 0.66 0.23
HSL 22.44º 0.53% 0.52% -
HSV(B) 22.44º 0.66% 0.77% -
XYZ 30.14 24.53 8.3 -
YUV 133.93 89.67 172.98 -
System Red Green Blue C M Y K H S L
Decimal 197 115 66 0 0.42 0.66 0.23 22.44 0.53 0.52
Hex C5 73 42 0 2A 42 17 16 35 34
Octal 305 163 102 0 52 102 27 26 65 64
Binary 11000101 1110011 1000010 0 101010 1000010 10111 10110 110101 110100

Color Harmonies of #C57342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57342

Black with #C57342

Text Example


Text Example

White with #C57342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57342; }

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

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

background-color css

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

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

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

border-color css

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

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

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