#C3A85E

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

Shades of Laser #C3A85E

Tints of Laser #C3A85E

Color information

#C3A85E (or 0xC3A85E) is unknown color: approx Laser. HEX triplet: C3, A8 and 5E. RGB value is (195,168,94). Sum of RGB (Red+Green+Blue) = 195+168+94=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A85E is #3C57A1. Grayscale: #A7A7A7. Windows color (decimal): -3954594 or 6203587. OLE color: 6203587.

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

Color convert

RGB19516894-
CMYK00.140.520.24
HSL43.96º45.7%56.67%-
HSV(B)43.96º51.79%76.47%-
XYZ38.5340.4216.36-
YUV167.6486.45147.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=42.67%
G=36.76%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951689400.140.520.2443.9645.756.67
HexC3A85E0E34182c2e39
Octal3032501360166430545671
Binary110000111010100010111100111011010011000101100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A85E; }

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

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

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

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

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

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

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

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