#c9a75f

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

Shades of Laser #C9A75F

Tints of Laser #C9A75F

Color information

#C9A75F (or 0xC9A75F) is unknown color: approx Laser. HEX triplet: C9, A7 and 5F. RGB value is (201,167,95). Sum of RGB (Red+Green+Blue) = 201+167+95=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A75F is #3658A0. Grayscale: #A9A9A9. Windows color (decimal): -3561633 or 6268873. OLE color: 6268873.

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

Color convert

RGB20116795-
CMYK00.170.530.21
HSL40.75º49.53%58.04%-
HSV(B)40.75º52.74%78.82%-
XYZ39.9740.8816.61-
YUV168.9686.26150.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 167 (65.62% from 255) = 36.07%
BLUE value IS 95 (37.5% from 255) = 20.52%
R=43.41%
G=36.07%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011679500.170.530.2140.7549.5358.04
HexC9A75F011351529323a
Octal3112471370216525516272
Binary1100100110100111101111101000111010110101101001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9a75f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9a75f; }

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

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

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

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

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

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

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

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