#C9A15A

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

Shades of Laser #C9A15A

Tints of Laser #C9A15A

Color information

#C9A15A (or 0xC9A15A) is unknown color: approx Laser. HEX triplet: C9, A1 and 5A. RGB value is (201,161,90). Sum of RGB (Red+Green+Blue) = 201+161+90=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A15A is #365EA5. Grayscale: #A5A5A5. Windows color (decimal): -3563174 or 5939657. OLE color: 5939657.

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

Color convert

RGB20116190-
CMYK00.200.550.21
HSL38.38º50.68%57.06%-
HSV(B)38.38º55.22%78.82%-
XYZ38.6838.6515.09-
YUV164.8785.75153.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.47%
GREEN value IS 161 (63.28% from 255) = 35.62%
BLUE value IS 90 (35.55% from 255) = 19.91%
R=44.47%
G=35.62%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011619000.200.550.2138.3850.6857.06
HexC9A15A0143715263339
Octal3112411320246725466371
Binary1100100110100001101101001010011011110101100110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A15A; }

 p { color: rgb(201,161,90); }

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

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

 a { background-color: rgb(201,161,90); }

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

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

 span { border-color: rgb(201,161,90); }

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