#C2A861

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

Shades of Laser #C2A861

Tints of Laser #C2A861

Color information

#C2A861 (or 0xC2A861) is unknown color: approx Laser. HEX triplet: C2, A8 and 61. RGB value is (194,168,97). Sum of RGB (Red+Green+Blue) = 194+168+97=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A861 is #3D579E. Grayscale: #A7A7A7. Windows color (decimal): -4020127 or 6400194. OLE color: 6400194.

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

Color convert

RGB19416897-
CMYK00.130.500.24
HSL43.92º44.29%57.06%-
HSV(B)43.92º50%76.08%-
XYZ38.4140.3417.07-
YUV167.6888.11146.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=42.27%
G=36.60%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941689700.130.500.2443.9244.2957.06
HexC2A8610D32182c2c39
Octal3022501410156230545471
Binary110000101010100011000010110111001011000101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A861; }

 p { color: rgb(194,168,97); }

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

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

 a { background-color: rgb(194,168,97); }

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

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

 span { border-color: rgb(194,168,97); }

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