#C0AB63

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

Shades of Laser #C0AB63

Tints of Laser #C0AB63

Color information

#C0AB63 (or 0xC0AB63) is unknown color: approx Laser. HEX triplet: C0, AB and 63. RGB value is (192,171,99). Sum of RGB (Red+Green+Blue) = 192+171+99=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB63 is #3F549C. Grayscale: #A9A9A9. Windows color (decimal): -4150429 or 6532032. OLE color: 6532032.

HSL color Cylindrical-coordinate representation of color #C0AB63: hue angle of 46.45º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0AB63 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19217199-
CMYK00.110.480.25
HSL46.45º42.47%57.06%-
HSV(B)46.45º48.44%75.29%-
XYZ38.5541.2317.73-
YUV169.0788.46144.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 99 (39.06% from 255) = 21.43%
R=41.56%
G=37.01%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921719900.110.480.2546.4542.4757.06
HexC0AB630B30192e2a39
Octal3002531430136031565271
Binary110000001010101111000110101111000011001101110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB63; }

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

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

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

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

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

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

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

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