Html Css Color HEX #C57440 Zest

📋 copy color: '#C57440'

red 197 ◦ green 116 ◦ blue 64

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

Shades of Zest #C57440

Tints of Zest #C57440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 52.25%
G = 30.77%
B = 16.98%

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

#C57440 (or 0xC57440) is known color: Zest. HEX triplet: C5, 74 and 40. RGB value is (197,116,64). Sum of RGB (Red+Green+Blue) = 197+116+64=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C57440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57440 is #3A8BBF. Grayscale: #868686. Windows color (decimal): -3836864 or 4224197. OLE color: 4224197.

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

Color convert

RGB 197 116 64 -
CMYK 0 0.41 0.68 0.23
HSL 23.46º 0.53% 0.51% -
HSV(B) 23.46º 0.68% 0.77% -
XYZ 30.2 24.73 8.03 -
YUV 134.29 88.34 172.73 -
System Red Green Blue C M Y K H S L
Decimal 197 116 64 0 0.41 0.68 0.23 23.46 0.53 0.51
Hex C5 74 40 0 29 44 17 17 35 33
Octal 305 164 100 0 51 104 27 27 65 63
Binary 11000101 1110100 1000000 0 101001 1000100 10111 10111 110101 110011

Color Harmonies of #C57440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57440

Black with #C57440

Text Example


Text Example

White with #C57440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57440; }

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

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

background-color css

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

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

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

border-color css

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

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

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