#C3AF65

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

Shades of Laser #C3AF65

Tints of Laser #C3AF65

Color information

#C3AF65 (or 0xC3AF65) is unknown color: approx Laser. HEX triplet: C3, AF and 65. RGB value is (195,175,101). Sum of RGB (Red+Green+Blue) = 195+175+101=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF65 is #3C509A. Grayscale: #ACACAC. Windows color (decimal): -3952795 or 6664131. OLE color: 6664131.

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

Color convert

RGB195175101-
CMYK00.100.480.24
HSL47.23º43.93%58.04%-
HSV(B)47.23º48.21%76.47%-
XYZ40.1843.218.53-
YUV172.5487.63144.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=41.40%
G=37.15%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517510100.100.480.2447.2343.9358.04
HexC3AF650A30182f2c3a
Octal3032571450126030575472
Binary110000111010111111001010101011000011000101111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF65; }

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

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

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

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

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

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

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

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