#C1A359

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

Shades of Laser #C1A359

Tints of Laser #C1A359

Color information

#C1A359 (or 0xC1A359) is unknown color: approx Laser. HEX triplet: C1, A3 and 59. RGB value is (193,163,89). Sum of RGB (Red+Green+Blue) = 193+163+89=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A359 is #3E5CA6. Grayscale: #A3A3A3. Windows color (decimal): -4086951 or 5874625. OLE color: 5874625.

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

Color convert

RGB19316389-
CMYK00.160.540.24
HSL42.69º45.61%55.29%-
HSV(B)42.69º53.89%75.69%-
XYZ36.8938.2514.89-
YUV163.5385.94149.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 163 (64.06% from 255) = 36.63%
BLUE value IS 89 (35.16% from 255) = 20%
R=43.37%
G=36.63%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931638900.160.540.2442.6945.6155.29
HexC1A35901036182b2e37
Octal3012431310206630535667
Binary1100000110100011101100101000011011011000101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A359; }

 p { color: rgb(193,163,89); }

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

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

 a { background-color: rgb(193,163,89); }

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

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

 span { border-color: rgb(193,163,89); }

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