Html Css Color HEX #C57341 Zest

📋 copy color: '#C57341'

red 197 ◦ green 115 ◦ blue 65

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

Shades of Zest #C57341

Tints of Zest #C57341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 52.25%
G = 30.5%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C57341 (or 0xC57341) is known color: Zest. HEX triplet: C5, 73 and 41. RGB value is (197,115,65). Sum of RGB (Red+Green+Blue) = 197+115+65=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C57341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57341 is #3A8CBE. Grayscale: #868686. Windows color (decimal): -3837119 or 4289477. OLE color: 4289477.

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

Color convert

RGB 197 115 65 -
CMYK 0 0.42 0.67 0.23
HSL 22.73º 0.53% 0.51% -
HSV(B) 22.73º 0.67% 0.77% -
XYZ 30.11 24.51 8.15 -
YUV 133.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 197 115 65 0 0.42 0.67 0.23 22.73 0.53 0.51
Hex C5 73 41 0 2A 43 17 17 35 33
Octal 305 163 101 0 52 103 27 27 65 63
Binary 11000101 1110011 1000001 0 101010 1000011 10111 10111 110101 110011

Color Harmonies of #C57341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57341

Black with #C57341

Text Example


Text Example

White with #C57341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57341; }

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

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

background-color css

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

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

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

border-color css

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

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

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