Html Css Color HEX #C57432 Zest

📋 copy color: '#C57432'

red 197 ◦ green 116 ◦ blue 50

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

Shades of Zest #C57432

Tints of Zest #C57432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.77%

R = 54.27%
G = 31.96%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C57432 (or 0xC57432) is known color: Zest. HEX triplet: C5, 74 and 32. RGB value is (197,116,50). Sum of RGB (Red+Green+Blue) = 197+116+50=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C57432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57432 is #3A8BCD. Grayscale: #858585. Windows color (decimal): -3836878 or 3306693. OLE color: 3306693.

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

Color convert

RGB 197 116 50 -
CMYK 0 0.41 0.75 0.23
HSL 26.94º 0.6% 0.48% -
HSV(B) 26.94º 0.75% 0.77% -
XYZ 29.85 24.59 6.19 -
YUV 132.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 197 116 50 0 0.41 0.75 0.23 26.94 0.6 0.48
Hex C5 74 32 0 29 4B 17 1B 3C 30
Octal 305 164 62 0 51 113 27 33 74 60
Binary 11000101 1110100 110010 0 101001 1001011 10111 11011 111100 110000

Color Harmonies of #C57432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57432

Black with #C57432

Text Example


Text Example

White with #C57432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57432; }

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

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

background-color css

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

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

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

border-color css

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

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

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