#C1A860

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

Shades of Laser #C1A860

Tints of Laser #C1A860

Color information

#C1A860 (or 0xC1A860) is unknown color: approx Laser. HEX triplet: C1, A8 and 60. RGB value is (193,168,96). Sum of RGB (Red+Green+Blue) = 193+168+96=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A860 is #3E579F. Grayscale: #A7A7A7. Windows color (decimal): -4085664 or 6334657. OLE color: 6334657.

HSL color Cylindrical-coordinate representation of color #C1A860: hue angle of 44.54º 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 #C1A860 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19316896-
CMYK00.130.500.24
HSL44.54º43.89%56.67%-
HSV(B)44.54º50.26%75.69%-
XYZ38.1140.1916.81-
YUV167.2787.78146.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=42.23%
G=36.76%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931689600.130.500.2444.5443.8956.67
HexC1A8600D32182d2c39
Octal3012501400156230555471
Binary110000011010100011000000110111001011000101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A860; }

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

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

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

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

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

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

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

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