#C5B95C

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

Shades of Tacha #C5B95C

Tints of Tacha #C5B95C

Color information

#C5B95C (or 0xC5B95C) is unknown color: approx Tacha. HEX triplet: C5, B9 and 5C. RGB value is (197,185,92). Sum of RGB (Red+Green+Blue) = 197+185+92=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B95C is #3A46A3. Grayscale: #B2B2B2. Windows color (decimal): -3819172 or 6076869. OLE color: 6076869.

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

Color convert

RGB19718592-
CMYK00.060.530.23
HSL53.14º47.51%56.67%-
HSV(B)53.14º53.3%77.25%-
XYZ42.3147.3417.03-
YUV177.9979.48141.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 92 (36.33% from 255) = 19.41%
R=41.56%
G=39.03%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971859200.060.530.2353.1447.5156.67
HexC5B95C063517353039
Octal305271134066527656071
Binary11000101101110011011100011011010110111110101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B95C; }

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

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

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

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

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

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

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

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