Html Css Color HEX #C57140 Zest

📋 copy color: '#C57140'

red 197 ◦ green 113 ◦ blue 64

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

Shades of Zest #C57140

Tints of Zest #C57140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 52.67%
G = 30.21%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C57140 (or 0xC57140) is known color: Zest. HEX triplet: C5, 71 and 40. RGB value is (197,113,64). Sum of RGB (Red+Green+Blue) = 197+113+64=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C57140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57140 is #3A8EBF. Grayscale: #848484. Windows color (decimal): -3837632 or 4223429. OLE color: 4223429.

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

Color convert

RGB 197 113 64 -
CMYK 0 0.43 0.68 0.23
HSL 22.11º 0.53% 0.51% -
HSV(B) 22.11º 0.68% 0.77% -
XYZ 29.86 24.05 7.92 -
YUV 132.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 197 113 64 0 0.43 0.68 0.23 22.11 0.53 0.51
Hex C5 71 40 0 2B 44 17 16 35 33
Octal 305 161 100 0 53 104 27 26 65 63
Binary 11000101 1110001 1000000 0 101011 1000100 10111 10110 110101 110011

Color Harmonies of #C57140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57140

Black with #C57140

Text Example


Text Example

White with #C57140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57140; }

 p { color: rgb(197,113,64); }

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

background-color css

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

 a { background-color: rgb(197,113,64); }

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

border-color css

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

 span { border-color: rgb(197,113,64); }

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