#C3A865

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

Shades of Laser #C3A865

Tints of Laser #C3A865

Color information

#C3A865 (or 0xC3A865) is unknown color: approx Laser. HEX triplet: C3, A8 and 65. RGB value is (195,168,101). Sum of RGB (Red+Green+Blue) = 195+168+101=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A865 is #3C579A. Grayscale: #A8A8A8. Windows color (decimal): -3954587 or 6662339. OLE color: 6662339.

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

Color convert

RGB195168101-
CMYK00.140.480.24
HSL42.77º43.93%58.04%-
HSV(B)42.77º48.21%76.47%-
XYZ38.8640.5518.09-
YUV168.4489.95146.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 101 (39.84% from 255) = 21.77%
R=42.03%
G=36.21%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516810100.140.480.2442.7743.9358.04
HexC3A8650E30182b2c3a
Octal3032501450166030535472
Binary110000111010100011001010111011000011000101011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A865; }

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

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

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

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

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

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

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

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