#C5B85E

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

Shades of Tacha #C5B85E

Tints of Tacha #C5B85E

Color information

#C5B85E (or 0xC5B85E) is unknown color: approx Tacha. HEX triplet: C5, B8 and 5E. RGB value is (197,184,94). Sum of RGB (Red+Green+Blue) = 197+184+94=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B85E is #3A47A1. Grayscale: #B1B1B1. Windows color (decimal): -3819426 or 6207685. OLE color: 6207685.

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

Color convert

RGB19718494-
CMYK00.070.520.23
HSL52.43º47.03%57.06%-
HSV(B)52.43º52.28%77.25%-
XYZ42.1946.9617.43-
YUV177.6380.81141.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 94 (37.11% from 255) = 19.79%
R=41.47%
G=38.74%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971849400.070.520.2352.4347.0357.06
HexC5B85E073417342f39
Octal305270136076427645771
Binary11000101101110001011110011111010010111110100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B85E; }

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

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

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

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

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

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

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

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