#c5b85d

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

Shades of Tacha #C5B85D

Tints of Tacha #C5B85D

Color information

#C5B85D (or 0xC5B85D) is unknown color: approx Tacha. HEX triplet: C5, B8 and 5D. RGB value is (197,184,93). Sum of RGB (Red+Green+Blue) = 197+184+93=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B85D is #3A47A2. Grayscale: #B1B1B1. Windows color (decimal): -3819427 or 6142149. OLE color: 6142149.

HSL color Cylindrical-coordinate representation of color #C5B85D: hue angle of 52.5º degrees, saturation: 0.47, 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 #C5B85D is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19718493-
CMYK00.070.530.23
HSL52.5º47.27%56.86%-
HSV(B)52.5º52.79%77.25%-
XYZ42.1446.9417.2-
YUV177.5180.31141.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 184 (72.27% from 255) = 38.82%
BLUE value IS 93 (36.72% from 255) = 19.62%
R=41.56%
G=38.82%
B=19.62%

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
Decimal1971849300.070.530.2352.547.2756.86
HexC5B85D073517342f39
Octal305270135076527645771
Binary11000101101110001011101011111010110111110100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5b85d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5b85d; }

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

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

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

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

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

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

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

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