#C1AA63

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

Shades of Laser #C1AA63

Tints of Laser #C1AA63

Color information

#C1AA63 (or 0xC1AA63) is unknown color: approx Laser. HEX triplet: C1, AA and 63. RGB value is (193,170,99). Sum of RGB (Red+Green+Blue) = 193+170+99=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA63 is #3E559C. Grayscale: #A9A9A9. Windows color (decimal): -4085149 or 6531777. OLE color: 6531777.

HSL color Cylindrical-coordinate representation of color #C1AA63: hue angle of 45.32º degrees, saturation: 0.43, 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 #C1AA63 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19317099-
CMYK00.120.490.24
HSL45.32º43.12%57.25%-
HSV(B)45.32º48.7%75.69%-
XYZ38.6240.9917.68-
YUV168.7888.62145.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 99 (39.06% from 255) = 21.43%
R=41.77%
G=36.80%
B=21.43%

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
Decimal1931709900.120.490.2445.3243.1257.25
HexC1AA630C31182d2b39
Octal3012521430146130555371
Binary110000011010101011000110110011000111000101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA63; }

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

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

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

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

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

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

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

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