#C1AA5C

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

Shades of Laser #C1AA5C

Tints of Laser #C1AA5C

Color information

#C1AA5C (or 0xC1AA5C) is unknown color: approx Laser. HEX triplet: C1, AA and 5C. RGB value is (193,170,92). Sum of RGB (Red+Green+Blue) = 193+170+92=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA5C is #3E55A3. Grayscale: #A8A8A8. Windows color (decimal): -4085156 or 6073025. OLE color: 6073025.

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

Color convert

RGB19317092-
CMYK00.120.520.24
HSL46.34º44.89%55.88%-
HSV(B)46.34º52.33%75.69%-
XYZ38.340.8615.99-
YUV167.9885.12145.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=42.42%
G=37.36%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931709200.120.520.2446.3444.8955.88
HexC1AA5C0C34182e2d38
Octal3012521340146430565570
Binary110000011010101010111000110011010011000101110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA5C; }

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

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

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

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

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

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

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

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