#C9A559

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

Shades of Laser #C9A559

Tints of Laser #C9A559

Color information

#C9A559 (or 0xC9A559) is unknown color: approx Laser. HEX triplet: C9, A5 and 59. RGB value is (201,165,89). Sum of RGB (Red+Green+Blue) = 201+165+89=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A559 is #365AA6. Grayscale: #A7A7A7. Windows color (decimal): -3562151 or 5875145. OLE color: 5875145.

HSL color Cylindrical-coordinate representation of color #C9A559: hue angle of 40.71º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9A559 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20116589-
CMYK00.180.560.21
HSL40.71º50.91%56.86%-
HSV(B)40.71º55.72%78.82%-
XYZ39.3540.0515.11-
YUV167.183.93152.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=44.18%
G=36.26%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011658900.180.560.2140.7150.9156.86
HexC9A5590123815293339
Octal3112451310227025516371
Binary1100100110100101101100101001011100010101101001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A559; }

 p { color: rgb(201,165,89); }

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

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

 a { background-color: rgb(201,165,89); }

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

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

 span { border-color: rgb(201,165,89); }

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