Html Css Color HEX #C57540 Zest

📋 copy color: '#C57540'

red 197 ◦ green 117 ◦ blue 64

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

Shades of Zest #C57540

Tints of Zest #C57540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

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

R = 52.12%
G = 30.95%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C57540 (or 0xC57540) is known color: Zest. HEX triplet: C5, 75 and 40. RGB value is (197,117,64). Sum of RGB (Red+Green+Blue) = 197+117+64=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C57540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57540 is #3A8ABF. Grayscale: #878787. Windows color (decimal): -3836608 or 4224453. OLE color: 4224453.

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

Color convert

RGB 197 117 64 -
CMYK 0 0.41 0.68 0.23
HSL 23.91º 0.53% 0.51% -
HSV(B) 23.91º 0.68% 0.77% -
XYZ 30.31 24.96 8.07 -
YUV 134.88 88 172.31 -
System Red Green Blue C M Y K H S L
Decimal 197 117 64 0 0.41 0.68 0.23 23.91 0.53 0.51
Hex C5 75 40 0 29 44 17 18 35 33
Octal 305 165 100 0 51 104 27 30 65 63
Binary 11000101 1110101 1000000 0 101001 1000100 10111 11000 110101 110011

Color Harmonies of #C57540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57540

Black with #C57540

Text Example


Text Example

White with #C57540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57540; }

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

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

background-color css

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

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

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

border-color css

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

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

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