#C3AD5C

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

Shades of Laser #C3AD5C

Tints of Laser #C3AD5C

Color information

#C3AD5C (or 0xC3AD5C) is unknown color: approx Laser. HEX triplet: C3, AD and 5C. RGB value is (195,173,92). Sum of RGB (Red+Green+Blue) = 195+173+92=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD5C is #3C52A3. Grayscale: #AAAAAA. Windows color (decimal): -3953316 or 6073795. OLE color: 6073795.

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

Color convert

RGB19517392-
CMYK00.110.530.24
HSL47.18º46.19%56.27%-
HSV(B)47.18º52.82%76.47%-
XYZ39.3842.2616.21-
YUV170.3483.79145.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 92 (36.33% from 255) = 20%
R=42.39%
G=37.61%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951739200.110.530.2447.1846.1956.27
HexC3AD5C0B35182f2e38
Octal3032551340136530575670
Binary110000111010110110111000101111010111000101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD5C; }

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

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

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

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

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

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

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

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