#C9AB5F

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

Shades of Laser #C9AB5F

Tints of Laser #C9AB5F

Color information

#C9AB5F (or 0xC9AB5F) is unknown color: approx Laser. HEX triplet: C9, AB and 5F. RGB value is (201,171,95). Sum of RGB (Red+Green+Blue) = 201+171+95=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB5F is #3654A0. Grayscale: #ABABAB. Windows color (decimal): -3560609 or 6269897. OLE color: 6269897.

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

Color convert

RGB20117195-
CMYK00.150.530.21
HSL43.02º49.53%58.04%-
HSV(B)43.02º52.74%78.82%-
XYZ40.7242.3716.86-
YUV171.3184.94149.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.04%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 95 (37.5% from 255) = 20.34%
R=43.04%
G=36.62%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011719500.150.530.2143.0249.5358.04
HexC9AB5F0F35152b323a
Octal3112531370176525536272
Binary110010011010101110111110111111010110101101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AB5F; }

 p { color: rgb(201,171,95); }

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

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

 a { background-color: rgb(201,171,95); }

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

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

 span { border-color: rgb(201,171,95); }

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