#C6AA57

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

Shades of Laser #C6AA57

Tints of Laser #C6AA57

Color information

#C6AA57 (or 0xC6AA57) is unknown color: approx Laser. HEX triplet: C6, AA and 57. RGB value is (198,170,87). Sum of RGB (Red+Green+Blue) = 198+170+87=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AA57 is #3955A8. Grayscale: #A9A9A9. Windows color (decimal): -3757481 or 5745350. OLE color: 5745350.

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

Color convert

RGB19817087-
CMYK00.140.560.22
HSL44.86º49.33%55.88%-
HSV(B)44.86º56.06%77.65%-
XYZ39.3841.4414.94-
YUV168.9181.78148.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 87 (34.38% from 255) = 19.12%
R=43.52%
G=37.36%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981708700.140.560.2244.8649.3355.88
HexC6AA570E38162d3138
Octal3062521270167026556170
Binary110001101010101010101110111011100010110101101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA57; }

 p { color: rgb(198,170,87); }

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

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

 a { background-color: rgb(198,170,87); }

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

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

 span { border-color: rgb(198,170,87); }

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