#C5B65F

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

Shades of Tacha #C5B65F

Tints of Tacha #C5B65F

Color information

#C5B65F (or 0xC5B65F) is unknown color: approx Tacha. HEX triplet: C5, B6 and 5F. RGB value is (197,182,95). Sum of RGB (Red+Green+Blue) = 197+182+95=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B65F is #3A49A0. Grayscale: #B0B0B0. Windows color (decimal): -3819937 or 6272709. OLE color: 6272709.

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

Color convert

RGB19718295-
CMYK00.080.520.23
HSL51.18º46.79%57.25%-
HSV(B)51.18º51.78%77.25%-
XYZ41.8246.1517.53-
YUV176.5781.97142.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 95 (37.5% from 255) = 20.04%
R=41.56%
G=38.40%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971829500.080.520.2351.1846.7957.25
HexC5B65F083417332f39
Octal3052661370106427635771
Binary110001011011011010111110100011010010111110011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B65F; }

 p { color: rgb(197,182,95); }

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

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

 a { background-color: rgb(197,182,95); }

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

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

 span { border-color: rgb(197,182,95); }

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