#C56A3B

Color #C56A3B Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #C56A3B

Tints of Zest #C56A3B

Color information

#C56A3B (or 0xC56A3B) is unknown color: approx Zest. HEX triplet: C5, 6A and 3B. RGB value is (197,106,59). Sum of RGB (Red+Green+Blue) = 197+106+59=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A3B is #3A95C4. Grayscale: #808080. Windows color (decimal): -3839429 or 3893957. OLE color: 3893957.

HSL color Cylindrical-coordinate representation of color #C56A3B: hue angle of 20.43º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C56A3B is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19710659-
CMYK00.460.700.23
HSL20.43º54.33%50.2%-
HSV(B)20.43º70.05%77.25%-
XYZ28.9722.496.95-
YUV127.8589.15177.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.42%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 59 (23.44% from 255) = 16.30%
R=54.42%
G=29.28%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971065900.460.700.2320.4354.3350.2
HexC56A3B02E4617143632
Octal3051527305610627246662
Binary110001011101010111011010111010001101011110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A3B; }

 p { color: rgb(197,106,59); }

 H1.HeaderClassName
 {
   color: #C56A3B;
 }
 .AnyTagClassName
 {
   color: #C56A3B;
 }
</style>
background-color css

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

 a { background-color: rgb(197,106,59); }

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

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

 span { border-color: rgb(197,106,59); }

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