#C3AD62

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

Shades of Laser #C3AD62

Tints of Laser #C3AD62

Color information

#C3AD62 (or 0xC3AD62) is unknown color: approx Laser. HEX triplet: C3, AD and 62. RGB value is (195,173,98). Sum of RGB (Red+Green+Blue) = 195+173+98=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD62 is #3C529D. Grayscale: #ABABAB. Windows color (decimal): -3953310 or 6467011. OLE color: 6467011.

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

Color convert

RGB19517398-
CMYK00.110.500.24
HSL46.39º44.7%57.45%-
HSV(B)46.39º49.74%76.47%-
XYZ39.6542.3717.64-
YUV171.0386.79145.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=41.85%
G=37.12%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951739800.110.500.2446.3944.757.45
HexC3AD620B32182e2d39
Octal3032551420136230565571
Binary110000111010110111000100101111001011000101110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD62; }

 p { color: rgb(195,173,98); }

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

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

 a { background-color: rgb(195,173,98); }

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

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

 span { border-color: rgb(195,173,98); }

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