#C2A760

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

Shades of Laser #C2A760

Tints of Laser #C2A760

Color information

#C2A760 (or 0xC2A760) is unknown color: approx Laser. HEX triplet: C2, A7 and 60. RGB value is (194,167,96). Sum of RGB (Red+Green+Blue) = 194+167+96=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A760 is #3D589F. Grayscale: #A7A7A7. Windows color (decimal): -4020384 or 6334402. OLE color: 6334402.

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

Color convert

RGB19416796-
CMYK00.140.510.24
HSL43.47º44.55%56.86%-
HSV(B)43.47º50.52%76.08%-
XYZ38.1839.9516.77-
YUV166.9887.95147.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=42.45%
G=36.54%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941679600.140.510.2443.4744.5556.86
HexC2A7600E33182b2d39
Octal3022471400166330535571
Binary110000101010011111000000111011001111000101011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A760; }

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

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

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

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

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

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

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

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