#C1AA65

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

Shades of Laser #C1AA65

Tints of Laser #C1AA65

Color information

#C1AA65 (or 0xC1AA65) is unknown color: approx Laser. HEX triplet: C1, AA and 65. RGB value is (193,170,101). Sum of RGB (Red+Green+Blue) = 193+170+101=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA65 is #3E559A. Grayscale: #A9A9A9. Windows color (decimal): -4085147 or 6662849. OLE color: 6662849.

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

Color convert

RGB193170101-
CMYK00.120.480.24
HSL45º42.59%57.65%-
HSV(B)45º47.67%75.69%-
XYZ38.7241.0318.19-
YUV169.0189.62145.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 101 (39.84% from 255) = 21.77%
R=41.59%
G=36.64%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317010100.120.480.244542.5957.65
HexC1AA650C30182d2b3a
Octal3012521450146030555372
Binary110000011010101011001010110011000011000101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA65; }

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

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

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

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

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

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

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

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