#C5B85C

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

Shades of Tacha #C5B85C

Tints of Tacha #C5B85C

Color information

#C5B85C (or 0xC5B85C) is unknown color: approx Tacha. HEX triplet: C5, B8 and 5C. RGB value is (197,184,92). Sum of RGB (Red+Green+Blue) = 197+184+92=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B85C is #3A47A3. Grayscale: #B1B1B1. Windows color (decimal): -3819428 or 6076613. OLE color: 6076613.

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

Color convert

RGB19718492-
CMYK00.070.530.23
HSL52.57º47.51%56.67%-
HSV(B)52.57º53.3%77.25%-
XYZ42.146.9216.96-
YUV177.479.81141.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 92 (36.33% from 255) = 19.45%
R=41.65%
G=38.90%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971849200.070.530.2352.5747.5156.67
HexC5B85C073517353039
Octal305270134076527656071
Binary11000101101110001011100011111010110111110101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B85C; }

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

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

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

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

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

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

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

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