Html Css Color HEX #C56D32 Zest

📋 copy color: '#C56D32'

red 197 ◦ green 109 ◦ blue 50

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

Shades of Zest #C56D32

Tints of Zest #C56D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

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

R = 55.34%
G = 30.62%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C56D32 (or 0xC56D32) is known color: Zest. HEX triplet: C5, 6D and 32. RGB value is (197,109,50). Sum of RGB (Red+Green+Blue) = 197+109+50=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D32 is #3A92CD. Grayscale: #808080. Windows color (decimal): -3838670 or 3304901. OLE color: 3304901.

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

Color convert

RGB 197 109 50 -
CMYK 0 0.45 0.75 0.23
HSL 24.08º 0.6% 0.48% -
HSV(B) 24.08º 0.75% 0.77% -
XYZ 29.07 23.04 5.93 -
YUV 128.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 197 109 50 0 0.45 0.75 0.23 24.08 0.6 0.48
Hex C5 6D 32 0 2D 4B 17 18 3C 30
Octal 305 155 62 0 55 113 27 30 74 60
Binary 11000101 1101101 110010 0 101101 1001011 10111 11000 111100 110000

Color Harmonies of #C56D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56D32

Black with #C56D32

Text Example


Text Example

White with #C56D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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