#C3A364

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

Shades of Laser #C3A364

Tints of Laser #C3A364

Color information

#C3A364 (or 0xC3A364) is unknown color: approx Laser. HEX triplet: C3, A3 and 64. RGB value is (195,163,100). Sum of RGB (Red+Green+Blue) = 195+163+100=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A364 is #3C5C9B. Grayscale: #A5A5A5. Windows color (decimal): -3955868 or 6595523. OLE color: 6595523.

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

Color convert

RGB195163100-
CMYK00.160.490.24
HSL39.79º44.19%57.84%-
HSV(B)39.79º48.72%76.47%-
XYZ37.938.7217.53-
YUV165.3991.1149.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=42.58%
G=35.59%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516310000.160.490.2439.7944.1957.84
HexC3A3640103118282c3a
Octal3032431440206130505472
Binary1100001110100011110010001000011000111000101000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A364; }

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

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

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

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

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

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

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

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