#C9AB66

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

Shades of Laser #C9AB66

Tints of Laser #C9AB66

Color information

#C9AB66 (or 0xC9AB66) is unknown color: approx Laser. HEX triplet: C9, AB and 66. RGB value is (201,171,102). Sum of RGB (Red+Green+Blue) = 201+171+102=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB66 is #365499. Grayscale: #ACACAC. Windows color (decimal): -3560602 or 6728649. OLE color: 6728649.

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

Color convert

RGB201171102-
CMYK00.150.490.21
HSL41.82º47.83%59.41%-
HSV(B)41.82º49.25%78.82%-
XYZ41.0542.518.61-
YUV172.188.44148.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.41%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=42.41%
G=36.08%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117110200.150.490.2141.8247.8359.41
HexC9AB660F31152a303b
Octal3112531460176125526073
Binary110010011010101111001100111111000110101101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AB66; }

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

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

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

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

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

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

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

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