#C3AE61

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

Shades of Laser #C3AE61

Tints of Laser #C3AE61

Color information

#C3AE61 (or 0xC3AE61) is unknown color: approx Laser. HEX triplet: C3, AE and 61. RGB value is (195,174,97). Sum of RGB (Red+Green+Blue) = 195+174+97=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AE61 is #3C519E. Grayscale: #ABABAB. Windows color (decimal): -3953055 or 6401731. OLE color: 6401731.

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

Color convert

RGB19517497-
CMYK00.110.500.24
HSL47.14º44.95%57.25%-
HSV(B)47.14º50.26%76.47%-
XYZ39.842.7417.46-
YUV171.585.96144.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 97 (38.28% from 255) = 20.82%
R=41.85%
G=37.34%
B=20.82%

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
Decimal1951749700.110.500.2447.1444.9557.25
HexC3AE610B32182f2d39
Octal3032561410136230575571
Binary110000111010111011000010101111001011000101111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE61; }

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

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

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

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

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

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

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

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