#C0AA63

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

Shades of Laser #C0AA63

Tints of Laser #C0AA63

Color information

#C0AA63 (or 0xC0AA63) is unknown color: approx Laser. HEX triplet: C0, AA and 63. RGB value is (192,170,99). Sum of RGB (Red+Green+Blue) = 192+170+99=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA63 is #3F559C. Grayscale: #A8A8A8. Windows color (decimal): -4150685 or 6531776. OLE color: 6531776.

HSL color Cylindrical-coordinate representation of color #C0AA63: hue angle of 45.81º 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 #C0AA63 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19217099-
CMYK00.110.480.25
HSL45.81º42.47%57.06%-
HSV(B)45.81º48.44%75.29%-
XYZ38.3740.8617.67-
YUV168.4888.79144.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 99 (39.06% from 255) = 21.48%
R=41.65%
G=36.88%
B=21.48%

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
Decimal1921709900.110.480.2545.8142.4757.06
HexC0AA630B30192e2a39
Octal3002521430136031565271
Binary110000001010101011000110101111000011001101110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA63; }

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

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

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

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

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

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

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

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