#C2AB63

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

Shades of Laser #C2AB63

Tints of Laser #C2AB63

Color information

#C2AB63 (or 0xC2AB63) is unknown color: approx Laser. HEX triplet: C2, AB and 63. RGB value is (194,171,99). Sum of RGB (Red+Green+Blue) = 194+171+99=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB63 is #3D549C. Grayscale: #A9A9A9. Windows color (decimal): -4019357 or 6532034. OLE color: 6532034.

HSL color Cylindrical-coordinate representation of color #C2AB63: hue angle of 45.47º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2AB63 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19417199-
CMYK00.120.490.24
HSL45.47º43.78%57.45%-
HSV(B)45.47º48.97%76.08%-
XYZ39.0641.517.76-
YUV169.6788.12145.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=41.81%
G=36.85%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941719900.120.490.2445.4743.7857.45
HexC2AB630C31182d2c39
Octal3022531430146130555471
Binary110000101010101111000110110011000111000101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB63; }

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

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

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

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

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

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

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

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