#C9AF62

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

Shades of Laser #C9AF62

Tints of Laser #C9AF62

Color information

#C9AF62 (or 0xC9AF62) is unknown color: approx Laser. HEX triplet: C9, AF and 62. RGB value is (201,175,98). Sum of RGB (Red+Green+Blue) = 201+175+98=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF62 is #36509D. Grayscale: #AEAEAE. Windows color (decimal): -3559582 or 6467529. OLE color: 6467529.

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

Color convert

RGB20117598-
CMYK00.130.510.21
HSL44.85º48.82%58.63%-
HSV(B)44.85º51.24%78.82%-
XYZ41.6243.9617.85-
YUV17485.11147.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.41%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 98 (38.67% from 255) = 20.68%
R=42.41%
G=36.92%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011759800.130.510.2144.8548.8258.63
HexC9AF620D33152d313b
Octal3112571420156325556173
Binary110010011010111111000100110111001110101101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AF62; }

 p { color: rgb(201,175,98); }

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

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

 a { background-color: rgb(201,175,98); }

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

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

 span { border-color: rgb(201,175,98); }

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