#C3A356

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

Shades of Laser #C3A356

Tints of Laser #C3A356

Color information

#C3A356 (or 0xC3A356) is unknown color: approx Laser. HEX triplet: C3, A3 and 56. RGB value is (195,163,86). Sum of RGB (Red+Green+Blue) = 195+163+86=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A356 is #3C5CA9. Grayscale: #A4A4A4. Windows color (decimal): -3955882 or 5678019. OLE color: 5678019.

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

Color convert

RGB19516386-
CMYK00.160.560.24
HSL42.39º47.6%55.1%-
HSV(B)42.39º55.9%76.47%-
XYZ37.2838.4714.26-
YUV163.7984.1150.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.92%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 86 (33.98% from 255) = 19.37%
R=43.92%
G=36.71%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951638600.160.560.2442.3947.655.1
HexC3A35601038182a3037
Octal3032431260207030526067
Binary1100001110100011101011001000011100011000101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A356; }

 p { color: rgb(195,163,86); }

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

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

 a { background-color: rgb(195,163,86); }

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

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

 span { border-color: rgb(195,163,86); }

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