#C3AD65

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

Shades of Laser #C3AD65

Tints of Laser #C3AD65

Color information

#C3AD65 (or 0xC3AD65) is unknown color: approx Laser. HEX triplet: C3, AD and 65. RGB value is (195,173,101). Sum of RGB (Red+Green+Blue) = 195+173+101=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD65 is #3C529A. Grayscale: #ABABAB. Windows color (decimal): -3953307 or 6663619. OLE color: 6663619.

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

Color convert

RGB195173101-
CMYK00.110.480.24
HSL45.96º43.93%58.04%-
HSV(B)45.96º48.21%76.47%-
XYZ39.842.4318.4-
YUV171.3788.29144.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=41.58%
G=36.89%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517310100.110.480.2445.9643.9358.04
HexC3AD650B30182e2c3a
Octal3032551450136030565472
Binary110000111010110111001010101111000011000101110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD65; }

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

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

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

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

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

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

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

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