#C6AC5F

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

Shades of Laser #C6AC5F

Tints of Laser #C6AC5F

Color information

#C6AC5F (or 0xC6AC5F) is unknown color: approx Laser. HEX triplet: C6, AC and 5F. RGB value is (198,172,95). Sum of RGB (Red+Green+Blue) = 198+172+95=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AC5F is #3953A0. Grayscale: #ABABAB. Windows color (decimal): -3756961 or 6270150. OLE color: 6270150.

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

Color convert

RGB19817295-
CMYK00.130.520.22
HSL44.85º47.47%57.45%-
HSV(B)44.85º52.02%77.65%-
XYZ40.1142.3416.88-
YUV17185.11147.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.58%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=42.58%
G=36.99%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981729500.130.520.2244.8547.4757.45
HexC6AC5F0D34162d2f39
Octal3062541370156426555771
Binary110001101010110010111110110111010010110101101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC5F; }

 p { color: rgb(198,172,95); }

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

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

 a { background-color: rgb(198,172,95); }

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

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

 span { border-color: rgb(198,172,95); }

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