#C5B957

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

Shades of Tacha #C5B957

Tints of Tacha #C5B957

Color information

#C5B957 (or 0xC5B957) is unknown color: approx Tacha. HEX triplet: C5, B9 and 57. RGB value is (197,185,87). Sum of RGB (Red+Green+Blue) = 197+185+87=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B957 is #3A46A8. Grayscale: #B1B1B1. Windows color (decimal): -3819177 or 5749189. OLE color: 5749189.

HSL color Cylindrical-coordinate representation of color #C5B957: hue angle of 53.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5B957 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19718587-
CMYK00.060.560.23
HSL53.45º48.67%55.69%-
HSV(B)53.45º55.84%77.25%-
XYZ42.147.2615.92-
YUV177.4276.98141.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 87 (34.38% from 255) = 18.55%
R=42.00%
G=39.45%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971858700.060.560.2353.4548.6755.69
HexC5B957063817353138
Octal305271127067027656170
Binary11000101101110011010111011011100010111110101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B957; }

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

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

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

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

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

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

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

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