#C2A260

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

Shades of Laser #C2A260

Tints of Laser #C2A260

Color information

#C2A260 (or 0xC2A260) is unknown color: approx Laser. HEX triplet: C2, A2 and 60. RGB value is (194,162,96). Sum of RGB (Red+Green+Blue) = 194+162+96=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A260 is #3D5D9F. Grayscale: #A4A4A4. Windows color (decimal): -4021664 or 6333122. OLE color: 6333122.

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

Color convert

RGB19416296-
CMYK00.160.510.24
HSL40.41º44.55%56.86%-
HSV(B)40.41º50.52%76.08%-
XYZ37.2838.1516.47-
YUV164.0489.6149.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=42.92%
G=35.84%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941629600.160.510.2440.4144.5556.86
HexC2A2600103318282d39
Octal3022421400206330505571
Binary1100001010100010110000001000011001111000101000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A260; }

 p { color: rgb(194,162,96); }

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

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

 a { background-color: rgb(194,162,96); }

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

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

 span { border-color: rgb(194,162,96); }

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