#C9A163

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

Shades of Laser #C9A163

Tints of Laser #C9A163

Color information

#C9A163 (or 0xC9A163) is unknown color: approx Laser. HEX triplet: C9, A1 and 63. RGB value is (201,161,99). Sum of RGB (Red+Green+Blue) = 201+161+99=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A163 is #365E9C. Grayscale: #A6A6A6. Windows color (decimal): -3563165 or 6529481. OLE color: 6529481.

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

Color convert

RGB20116199-
CMYK00.200.510.21
HSL36.47º48.57%58.82%-
HSV(B)36.47º50.75%78.82%-
XYZ39.0838.8117.24-
YUV165.8990.25153.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 99 (39.06% from 255) = 21.48%
R=43.60%
G=34.92%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011619900.200.510.2136.4748.5758.82
HexC9A163014331524313b
Octal3112411430246325446173
Binary1100100110100001110001101010011001110101100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A163; }

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

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

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

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

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

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

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

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