#C2AD68

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

Shades of Laser #C2AD68

Tints of Laser #C2AD68

Color information

#C2AD68 (or 0xC2AD68) is unknown color: approx Laser. HEX triplet: C2, AD and 68. RGB value is (194,173,104). Sum of RGB (Red+Green+Blue) = 194+173+104=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD68 is #3D5297. Grayscale: #ABABAB. Windows color (decimal): -4018840 or 6860226. OLE color: 6860226.

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

Color convert

RGB194173104-
CMYK00.110.460.24
HSL46º42.45%58.43%-
HSV(B)46º46.39%76.08%-
XYZ39.6942.3619.18-
YUV171.4189.96144.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=41.19%
G=36.73%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417310400.110.460.244642.4558.43
HexC2AD680B2E182e2a3a
Octal3022551500135630565272
Binary110000101010110111010000101110111011000101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD68; }

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

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

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

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

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

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

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

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