#C9A866

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

Shades of Laser #C9A866

Tints of Laser #C9A866

Color information

#C9A866 (or 0xC9A866) is unknown color: approx Laser. HEX triplet: C9, A8 and 66. RGB value is (201,168,102). Sum of RGB (Red+Green+Blue) = 201+168+102=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A866 is #365799. Grayscale: #AAAAAA. Windows color (decimal): -3561370 or 6727881. OLE color: 6727881.

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

Color convert

RGB201168102-
CMYK00.160.490.21
HSL40º47.83%59.41%-
HSV(B)40º49.25%78.82%-
XYZ40.4941.3818.42-
YUV170.3489.43149.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.68%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 102 (40.23% from 255) = 21.66%
R=42.68%
G=35.67%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116810200.160.490.214047.8359.41
HexC9A866010311528303b
Octal3112501460206125506073
Binary1100100110101000110011001000011000110101101000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A866; }

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

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

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

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

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

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

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

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