#C5B856

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

Shades of Tacha #C5B856

Tints of Tacha #C5B856

Color information

#C5B856 (or 0xC5B856) is unknown color: approx Tacha. HEX triplet: C5, B8 and 56. RGB value is (197,184,86). Sum of RGB (Red+Green+Blue) = 197+184+86=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B856 is #3A47A9. Grayscale: #B1B1B1. Windows color (decimal): -3819434 or 5683397. OLE color: 5683397.

HSL color Cylindrical-coordinate representation of color #C5B856: hue angle of 52.97º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5B856 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19718486-
CMYK00.070.560.23
HSL52.97º48.9%55.49%-
HSV(B)52.97º56.35%77.25%-
XYZ41.8546.8215.64-
YUV176.7276.81142.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 86 (33.98% from 255) = 18.42%
R=42.18%
G=39.40%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971848600.070.560.2352.9748.955.49
HexC5B856073817353137
Octal305270126077027656167
Binary11000101101110001010110011111100010111110101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B856; }

 p { color: rgb(197,184,86); }

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

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

 a { background-color: rgb(197,184,86); }

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

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

 span { border-color: rgb(197,184,86); }

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