#C8AB5D

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

Shades of Laser #C8AB5D

Tints of Laser #C8AB5D

Color information

#C8AB5D (or 0xC8AB5D) is unknown color: approx Laser. HEX triplet: C8, AB and 5D. RGB value is (200,171,93). Sum of RGB (Red+Green+Blue) = 200+171+93=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB5D is #3754A2. Grayscale: #ABABAB. Windows color (decimal): -3626147 or 6138824. OLE color: 6138824.

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

Color convert

RGB20017193-
CMYK00.140.540.22
HSL43.74º49.31%57.45%-
HSV(B)43.74º53.5%78.43%-
XYZ40.3642.216.37-
YUV170.7884.11148.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 93 (36.72% from 255) = 20.04%
R=43.10%
G=36.85%
B=20.04%

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
Decimal2001719300.140.540.2243.7449.3157.45
HexC8AB5D0E36162c3139
Octal3102531350166626546171
Binary110010001010101110111010111011011010110101100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB5D; }

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

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

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

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

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

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

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

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