#c5b75d

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

Shades of Tacha #C5B75D

Tints of Tacha #C5B75D

Color information

#C5B75D (or 0xC5B75D) is unknown color: approx Tacha. HEX triplet: C5, B7 and 5D. RGB value is (197,183,93). Sum of RGB (Red+Green+Blue) = 197+183+93=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B75D is #3A48A2. Grayscale: #B1B1B1. Windows color (decimal): -3819683 or 6141893. OLE color: 6141893.

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

Color convert

RGB19718393-
CMYK00.070.530.23
HSL51.92º47.27%56.86%-
HSV(B)51.92º52.79%77.25%-
XYZ41.9446.5317.13-
YUV176.9380.64142.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=41.65%
G=38.69%
B=19.66%

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
Decimal1971839300.070.530.2351.9247.2756.86
HexC5B75D073517342f39
Octal305267135076527645771
Binary11000101101101111011101011111010110111110100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5b75d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5b75d; }

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

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

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

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

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

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

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

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