Html Css Color HEX #C56E31 Zest

📋 copy color: '#C56E31'

red 197 ◦ green 110 ◦ blue 49

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

Shades of Zest #C56E31

Tints of Zest #C56E31

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 55.34%
G = 30.9%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C56E31 (or 0xC56E31) is known color: Zest. HEX triplet: C5, 6E and 31. RGB value is (197,110,49). Sum of RGB (Red+Green+Blue) = 197+110+49=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E31 is #3A91CE. Grayscale: #818181. Windows color (decimal): -3838415 or 3239621. OLE color: 3239621.

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

Color convert

RGB 197 110 49 -
CMYK 0 0.44 0.75 0.23
HSL 24.73º 0.6% 0.48% -
HSV(B) 24.73º 0.75% 0.77% -
XYZ 29.16 23.24 5.86 -
YUV 129.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 197 110 49 0 0.44 0.75 0.23 24.73 0.6 0.48
Hex C5 6E 31 0 2C 4B 17 19 3C 30
Octal 305 156 61 0 54 113 27 31 74 60
Binary 11000101 1101110 110001 0 101100 1001011 10111 11001 111100 110000

Color Harmonies of #C56E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E31

Black with #C56E31

Text Example


Text Example

White with #C56E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E31; }

 p { color: rgb(197,110,49); }

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

background-color css

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

 a { background-color: rgb(197,110,49); }

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

border-color css

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

 span { border-color: rgb(197,110,49); }

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