#C9A658

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

Shades of Laser #C9A658

Tints of Laser #C9A658

Color information

#C9A658 (or 0xC9A658) is unknown color: approx Laser. HEX triplet: C9, A6 and 58. RGB value is (201,166,88). Sum of RGB (Red+Green+Blue) = 201+166+88=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A658 is #3659A7. Grayscale: #A7A7A7. Windows color (decimal): -3561896 or 5809865. OLE color: 5809865.

HSL color Cylindrical-coordinate representation of color #C9A658: hue angle of 41.42º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9A658 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20116688-
CMYK00.170.560.21
HSL41.42º51.13%56.67%-
HSV(B)41.42º56.22%78.82%-
XYZ39.4940.3914.95-
YUV167.5783.1151.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 166 (65.23% from 255) = 36.48%
BLUE value IS 88 (34.77% from 255) = 19.34%
R=44.18%
G=36.48%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011668800.170.560.2141.4251.1356.67
HexC9A6580113815293339
Octal3112461300217025516371
Binary1100100110100110101100001000111100010101101001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A658; }

 p { color: rgb(201,166,88); }

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

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

 a { background-color: rgb(201,166,88); }

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

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

 span { border-color: rgb(201,166,88); }

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