#C9AE62

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

Shades of Laser #C9AE62

Tints of Laser #C9AE62

Color information

#C9AE62 (or 0xC9AE62) is unknown color: approx Laser. HEX triplet: C9, AE and 62. RGB value is (201,174,98). Sum of RGB (Red+Green+Blue) = 201+174+98=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AE62 is #36519D. Grayscale: #ADADAD. Windows color (decimal): -3559838 or 6467273. OLE color: 6467273.

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

Color convert

RGB20117498-
CMYK00.130.510.21
HSL44.27º48.82%58.63%-
HSV(B)44.27º51.24%78.82%-
XYZ41.4343.5717.78-
YUV173.4185.45147.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 98 (38.67% from 255) = 20.72%
R=42.49%
G=36.79%
B=20.72%

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
Decimal2011749800.130.510.2144.2748.8258.63
HexC9AE620D33152c313b
Octal3112561420156325546173
Binary110010011010111011000100110111001110101101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AE62; }

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

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

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

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

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

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

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

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