#C3A965

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

Shades of Laser #C3A965

Tints of Laser #C3A965

Color information

#C3A965 (or 0xC3A965) is unknown color: approx Laser. HEX triplet: C3, A9 and 65. RGB value is (195,169,101). Sum of RGB (Red+Green+Blue) = 195+169+101=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A965 is #3C569A. Grayscale: #A9A9A9. Windows color (decimal): -3954331 or 6662595. OLE color: 6662595.

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

Color convert

RGB195169101-
CMYK00.130.480.24
HSL43.4º43.93%58.04%-
HSV(B)43.4º48.21%76.47%-
XYZ39.0440.9218.15-
YUV169.0289.61146.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=41.94%
G=36.34%
B=21.72%

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
Decimal19516910100.130.480.2443.443.9358.04
HexC3A9650D30182b2c3a
Octal3032511450156030535472
Binary110000111010100111001010110111000011000101011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A965; }

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

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

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

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

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

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

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

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