#C1AA68

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

Shades of Laser #C1AA68

Tints of Laser #C1AA68

Color information

#C1AA68 (or 0xC1AA68) is unknown color: approx Laser. HEX triplet: C1, AA and 68. RGB value is (193,170,104). Sum of RGB (Red+Green+Blue) = 193+170+104=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA68 is #3E5597. Grayscale: #A9A9A9. Windows color (decimal): -4085144 or 6859457. OLE color: 6859457.

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

Color convert

RGB193170104-
CMYK00.120.460.24
HSL44.49º41.78%58.24%-
HSV(B)44.49º46.11%75.69%-
XYZ38.8741.0918.98-
YUV169.3591.12144.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=41.33%
G=36.40%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317010400.120.460.2444.4941.7858.24
HexC1AA680C2E182c2a3a
Octal3012521500145630545272
Binary110000011010101011010000110010111011000101100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA68; }

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

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

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

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

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

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

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

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