#C1A261

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

Shades of Laser #C1A261

Tints of Laser #C1A261

Color information

#C1A261 (or 0xC1A261) is unknown color: approx Laser. HEX triplet: C1, A2 and 61. RGB value is (193,162,97). Sum of RGB (Red+Green+Blue) = 193+162+97=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A261 is #3E5D9E. Grayscale: #A4A4A4. Windows color (decimal): -4087199 or 6398657. OLE color: 6398657.

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

Color convert

RGB19316297-
CMYK00.160.500.24
HSL40.62º43.64%56.86%-
HSV(B)40.62º49.74%75.69%-
XYZ37.0738.0416.7-
YUV163.8690.27148.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.70%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=42.70%
G=35.84%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931629700.160.500.2440.6243.6456.86
HexC1A2610103218292c39
Octal3012421410206230515471
Binary1100000110100010110000101000011001011000101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A261; }

 p { color: rgb(193,162,97); }

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

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

 a { background-color: rgb(193,162,97); }

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

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

 span { border-color: rgb(193,162,97); }

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