Html Css Color HEX #C57242 Zest

📋 copy color: '#C57242'

red 197 ◦ green 114 ◦ blue 66

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

Shades of Zest #C57242

Tints of Zest #C57242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 52.25%
G = 30.24%
B = 17.51%

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

#C57242 (or 0xC57242) is known color: Zest. HEX triplet: C5, 72 and 42. RGB value is (197,114,66). Sum of RGB (Red+Green+Blue) = 197+114+66=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C57242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57242 is #3A8DBD. Grayscale: #858585. Windows color (decimal): -3837374 or 4354757. OLE color: 4354757.

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

Color convert

RGB 197 114 66 -
CMYK 0 0.42 0.66 0.23
HSL 21.98º 0.53% 0.52% -
HSV(B) 21.98º 0.66% 0.77% -
XYZ 30.03 24.3 8.26 -
YUV 133.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 197 114 66 0 0.42 0.66 0.23 21.98 0.53 0.52
Hex C5 72 42 0 2A 42 17 16 35 34
Octal 305 162 102 0 52 102 27 26 65 64
Binary 11000101 1110010 1000010 0 101010 1000010 10111 10110 110101 110100

Color Harmonies of #C57242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57242

Black with #C57242

Text Example


Text Example

White with #C57242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57242; }

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

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

background-color css

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

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

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

border-color css

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

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

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