#C3AE60

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

Shades of Laser #C3AE60

Tints of Laser #C3AE60

Color information

#C3AE60 (or 0xC3AE60) is unknown color: approx Laser. HEX triplet: C3, AE and 60. RGB value is (195,174,96). Sum of RGB (Red+Green+Blue) = 195+174+96=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AE60 is #3C519F. Grayscale: #ABABAB. Windows color (decimal): -3953056 or 6336195. OLE color: 6336195.

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

Color convert

RGB19517496-
CMYK00.110.510.24
HSL47.27º45.21%57.06%-
HSV(B)47.27º50.77%76.47%-
XYZ39.7542.7217.22-
YUV171.3985.46144.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=41.94%
G=37.42%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951749600.110.510.2447.2745.2157.06
HexC3AE600B33182f2d39
Octal3032561400136330575571
Binary110000111010111011000000101111001111000101111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE60; }

 p { color: rgb(195,174,96); }

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

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

 a { background-color: rgb(195,174,96); }

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

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

 span { border-color: rgb(195,174,96); }

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