#C3AA65

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

Shades of Laser #C3AA65

Tints of Laser #C3AA65

Color information

#C3AA65 (or 0xC3AA65) is unknown color: approx Laser. HEX triplet: C3, AA and 65. RGB value is (195,170,101). Sum of RGB (Red+Green+Blue) = 195+170+101=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA65 is #3C559A. Grayscale: #A9A9A9. Windows color (decimal): -3954075 or 6662851. OLE color: 6662851.

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

Color convert

RGB195170101-
CMYK00.130.480.24
HSL44.04º43.93%58.04%-
HSV(B)44.04º48.21%76.47%-
XYZ39.2341.2918.21-
YUV169.6189.28146.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 101 (39.84% from 255) = 21.67%
R=41.85%
G=36.48%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517010100.130.480.2444.0443.9358.04
HexC3AA650D30182c2c3a
Octal3032521450156030545472
Binary110000111010101011001010110111000011000101100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA65; }

 p { color: rgb(195,170,101); }

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

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

 a { background-color: rgb(195,170,101); }

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

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

 span { border-color: rgb(195,170,101); }

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