#C1A060

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

Shades of Laser #C1A060

Tints of Laser #C1A060

Color information

#C1A060 (or 0xC1A060) is unknown color: approx Laser. HEX triplet: C1, A0 and 60. RGB value is (193,160,96). Sum of RGB (Red+Green+Blue) = 193+160+96=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A060 is #3E5F9F. Grayscale: #A2A2A2. Windows color (decimal): -4087712 or 6332609. OLE color: 6332609.

HSL color Cylindrical-coordinate representation of color #C1A060: hue angle of 39.59º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1A060 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19316096-
CMYK00.170.500.24
HSL39.59º43.89%56.67%-
HSV(B)39.59º50.26%75.69%-
XYZ36.6737.3216.34-
YUV162.5790.43149.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 96 (37.89% from 255) = 21.38%
R=42.98%
G=35.63%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931609600.170.500.2439.5943.8956.67
HexC1A0600113218282c39
Octal3012401400216230505471
Binary1100000110100000110000001000111001011000101000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A060; }

 p { color: rgb(193,160,96); }

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

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

 a { background-color: rgb(193,160,96); }

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

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

 span { border-color: rgb(193,160,96); }

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