#C8AB63

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

Shades of Laser #C8AB63

Tints of Laser #C8AB63

Color information

#C8AB63 (or 0xC8AB63) is unknown color: approx Laser. HEX triplet: C8, AB and 63. RGB value is (200,171,99). Sum of RGB (Red+Green+Blue) = 200+171+99=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB63 is #37549C. Grayscale: #ABABAB. Windows color (decimal): -3626141 or 6532040. OLE color: 6532040.

HSL color Cylindrical-coordinate representation of color #C8AB63: hue angle of 42.77º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8AB63 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB20017199-
CMYK00.140.500.22
HSL42.77º47.87%58.63%-
HSV(B)42.77º50.5%78.43%-
XYZ40.6342.3117.83-
YUV171.4687.11148.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 99 (39.06% from 255) = 21.06%
R=42.55%
G=36.38%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001719900.140.500.2242.7747.8758.63
HexC8AB630E32162b303b
Octal3102531430166226536073
Binary110010001010101111000110111011001010110101011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB63; }

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

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

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

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

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

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

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

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