#C9AC5D

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

Shades of Laser #C9AC5D

Tints of Laser #C9AC5D

Color information

#C9AC5D (or 0xC9AC5D) is unknown color: approx Laser. HEX triplet: C9, AC and 5D. RGB value is (201,172,93). Sum of RGB (Red+Green+Blue) = 201+172+93=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC5D is #3653A2. Grayscale: #ACACAC. Windows color (decimal): -3560355 or 6139081. OLE color: 6139081.

HSL color Cylindrical-coordinate representation of color #C9AC5D: hue angle of 43.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9AC5D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20117293-
CMYK00.140.540.21
HSL43.89º50%57.65%-
HSV(B)43.89º53.73%78.82%-
XYZ40.8242.7116.45-
YUV171.6683.61148.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 93 (36.72% from 255) = 19.96%
R=43.13%
G=36.91%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011729300.140.540.2143.895057.65
HexC9AC5D0E36152c323a
Octal3112541350166625546272
Binary110010011010110010111010111011011010101101100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AC5D; }

 p { color: rgb(201,172,93); }

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

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

 a { background-color: rgb(201,172,93); }

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

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

 span { border-color: rgb(201,172,93); }

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