#C9A263

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

Shades of Laser #C9A263

Tints of Laser #C9A263

Color information

#C9A263 (or 0xC9A263) is unknown color: approx Laser. HEX triplet: C9, A2 and 63. RGB value is (201,162,99). Sum of RGB (Red+Green+Blue) = 201+162+99=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A263 is #365D9C. Grayscale: #A6A6A6. Windows color (decimal): -3562909 or 6529737. OLE color: 6529737.

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

Color convert

RGB20116299-
CMYK00.190.510.21
HSL37.06º48.57%58.82%-
HSV(B)37.06º50.75%78.82%-
XYZ39.2639.1617.29-
YUV166.4889.92152.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.51%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 99 (39.06% from 255) = 21.43%
R=43.51%
G=35.06%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011629900.190.510.2137.0648.5758.82
HexC9A263013331525313b
Octal3112421430236325456173
Binary1100100110100010110001101001111001110101100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A263; }

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

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

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

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

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

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

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

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