#C1A25A

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

Shades of Laser #C1A25A

Tints of Laser #C1A25A

Color information

#C1A25A (or 0xC1A25A) is unknown color: approx Laser. HEX triplet: C1, A2 and 5A. RGB value is (193,162,90). Sum of RGB (Red+Green+Blue) = 193+162+90=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A25A is #3E5DA5. Grayscale: #A3A3A3. Windows color (decimal): -4087206 or 5939905. OLE color: 5939905.

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

Color convert

RGB19316290-
CMYK00.160.530.24
HSL41.94º45.37%55.49%-
HSV(B)41.94º53.37%75.69%-
XYZ36.7637.9215.05-
YUV163.0686.77149.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 90 (35.55% from 255) = 20.22%
R=43.37%
G=36.40%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931629000.160.530.2441.9445.3755.49
HexC1A25A01035182a2d37
Octal3012421320206530525567
Binary1100000110100010101101001000011010111000101010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A25A; }

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

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

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

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

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

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

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

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