#C8AC5D

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

Shades of Laser #C8AC5D

Tints of Laser #C8AC5D

Color information

#C8AC5D (or 0xC8AC5D) is unknown color: approx Laser. HEX triplet: C8, AC and 5D. RGB value is (200,172,93). Sum of RGB (Red+Green+Blue) = 200+172+93=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC5D is #3753A2. Grayscale: #ABABAB. Windows color (decimal): -3625891 or 6139080. OLE color: 6139080.

HSL color Cylindrical-coordinate representation of color #C8AC5D: hue angle of 44.3º 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 #C8AC5D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20017293-
CMYK00.140.540.22
HSL44.3º49.31%57.45%-
HSV(B)44.3º53.5%78.43%-
XYZ40.5542.5716.44-
YUV171.3783.78148.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 93 (36.72% from 255) = 20%
R=43.01%
G=36.99%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001729300.140.540.2244.349.3157.45
HexC8AC5D0E36162c3139
Octal3102541350166626546171
Binary110010001010110010111010111011011010110101100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC5D; }

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

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

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

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

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

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

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

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