#C9A760

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

Shades of Laser #C9A760

Tints of Laser #C9A760

Color information

#C9A760 (or 0xC9A760) is unknown color: approx Laser. HEX triplet: C9, A7 and 60. RGB value is (201,167,96). Sum of RGB (Red+Green+Blue) = 201+167+96=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A760 is #36589F. Grayscale: #A9A9A9. Windows color (decimal): -3561632 or 6334409. OLE color: 6334409.

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

Color convert

RGB20116796-
CMYK00.170.520.21
HSL40.57º49.3%58.24%-
HSV(B)40.57º52.24%78.82%-
XYZ40.0240.916.85-
YUV169.0786.76150.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 167 (65.62% from 255) = 35.99%
BLUE value IS 96 (37.89% from 255) = 20.69%
R=43.32%
G=35.99%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011679600.170.520.2140.5749.358.24
HexC9A760011341529313a
Octal3112471400216425516172
Binary1100100110100111110000001000111010010101101001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A760; }

 p { color: rgb(201,167,96); }

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

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

 a { background-color: rgb(201,167,96); }

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

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

 span { border-color: rgb(201,167,96); }

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