#C2AD65

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

Shades of Laser #C2AD65

Tints of Laser #C2AD65

Color information

#C2AD65 (or 0xC2AD65) is unknown color: approx Laser. HEX triplet: C2, AD and 65. RGB value is (194,173,101). Sum of RGB (Red+Green+Blue) = 194+173+101=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD65 is #3D529A. Grayscale: #ABABAB. Windows color (decimal): -4018843 or 6663618. OLE color: 6663618.

HSL color Cylindrical-coordinate representation of color #C2AD65: hue angle of 46.45º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2AD65 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB194173101-
CMYK00.110.480.24
HSL46.45º43.26%57.84%-
HSV(B)46.45º47.94%76.08%-
XYZ39.5442.318.39-
YUV171.0788.46144.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=41.45%
G=36.97%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417310100.110.480.2446.4543.2657.84
HexC2AD650B30182e2b3a
Octal3022551450136030565372
Binary110000101010110111001010101111000011000101110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD65; }

 p { color: rgb(194,173,101); }

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

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

 a { background-color: rgb(194,173,101); }

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

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

 span { border-color: rgb(194,173,101); }

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