#C9A360

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

Shades of Laser #C9A360

Tints of Laser #C9A360

Color information

#C9A360 (or 0xC9A360) is unknown color: approx Laser. HEX triplet: C9, A3 and 60. RGB value is (201,163,96). Sum of RGB (Red+Green+Blue) = 201+163+96=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A360 is #365C9F. Grayscale: #A7A7A7. Windows color (decimal): -3562656 or 6333385. OLE color: 6333385.

HSL color Cylindrical-coordinate representation of color #C9A360: hue angle of 38.29º 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 #C9A360 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB20116396-
CMYK00.190.520.21
HSL38.29º49.3%58.24%-
HSV(B)38.29º52.24%78.82%-
XYZ39.339.4616.61-
YUV166.7288.09152.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 96 (37.89% from 255) = 20.87%
R=43.70%
G=35.43%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011639600.190.520.2138.2949.358.24
HexC9A360013341526313a
Octal3112431400236425466172
Binary1100100110100011110000001001111010010101100110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A360; }

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

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

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

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

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

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

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

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