Html Css Color HEX #C57445 Zest

📋 copy color: '#C57445'

red 197 ◦ green 116 ◦ blue 69

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

Shades of Zest #C57445

Tints of Zest #C57445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 51.57%
G = 30.37%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C57445 (or 0xC57445) is known color: Zest. HEX triplet: C5, 74 and 45. RGB value is (197,116,69). Sum of RGB (Red+Green+Blue) = 197+116+69=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C57445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57445 is #3A8BBA. Grayscale: #878787. Windows color (decimal): -3836859 or 4551877. OLE color: 4551877.

HSL color Cylindrical-coordinate representation of color #C57445: hue angle of 22.03º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C57445 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 116 69 -
CMYK 0 0.41 0.65 0.23
HSL 22.03º 0.52% 0.52% -
HSV(B) 22.03º 0.65% 0.77% -
XYZ 30.35 24.79 8.82 -
YUV 134.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 197 116 69 0 0.41 0.65 0.23 22.03 0.52 0.52
Hex C5 74 45 0 29 41 17 16 34 34
Octal 305 164 105 0 51 101 27 26 64 64
Binary 11000101 1110100 1000101 0 101001 1000001 10111 10110 110100 110100

Color Harmonies of #C57445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57445

Black with #C57445

Text Example


Text Example

White with #C57445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57445; }

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

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

background-color css

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

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

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

border-color css

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

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

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