#C3A35E

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

Shades of Laser #C3A35E

Tints of Laser #C3A35E

Color information

#C3A35E (or 0xC3A35E) is unknown color: approx Laser. HEX triplet: C3, A3 and 5E. RGB value is (195,163,94). Sum of RGB (Red+Green+Blue) = 195+163+94=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A35E is #3C5CA1. Grayscale: #A5A5A5. Windows color (decimal): -3955874 or 6202307. OLE color: 6202307.

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

Color convert

RGB19516394-
CMYK00.160.520.24
HSL40.99º45.7%56.67%-
HSV(B)40.99º51.79%76.47%-
XYZ37.6238.616.06-
YUV164.788.1149.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 163 (64.06% from 255) = 36.06%
BLUE value IS 94 (37.11% from 255) = 20.80%
R=43.14%
G=36.06%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951639400.160.520.2440.9945.756.67
HexC3A35E0103418292e39
Octal3032431360206430515671
Binary1100001110100011101111001000011010011000101001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A35E; }

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

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

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

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

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

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

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

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