#C8A95D

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

Shades of Laser #C8A95D

Tints of Laser #C8A95D

Color information

#C8A95D (or 0xC8A95D) is unknown color: approx Laser. HEX triplet: C8, A9 and 5D. RGB value is (200,169,93). Sum of RGB (Red+Green+Blue) = 200+169+93=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A95D is #3756A2. Grayscale: #A9A9A9. Windows color (decimal): -3626659 or 6138312. OLE color: 6138312.

HSL color Cylindrical-coordinate representation of color #C8A95D: hue angle of 42.62º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8A95D is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20016993-
CMYK00.160.540.22
HSL42.62º49.31%57.45%-
HSV(B)42.62º53.5%78.43%-
XYZ39.9841.4516.25-
YUV169.684.77149.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=43.29%
G=36.58%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001699300.160.540.2242.6249.3157.45
HexC8A95D01036162b3139
Octal3102511350206626536171
Binary1100100010101001101110101000011011010110101011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A95D; }

 p { color: rgb(200,169,93); }

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

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

 a { background-color: rgb(200,169,93); }

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

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

 span { border-color: rgb(200,169,93); }

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