#C3A557

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

Shades of Laser #C3A557

Tints of Laser #C3A557

Color information

#C3A557 (or 0xC3A557) is unknown color: approx Laser. HEX triplet: C3, A5 and 57. RGB value is (195,165,87). Sum of RGB (Red+Green+Blue) = 195+165+87=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A557 is #3C5AA8. Grayscale: #A5A5A5. Windows color (decimal): -3955369 or 5744067. OLE color: 5744067.

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

Color convert

RGB19516587-
CMYK00.150.550.24
HSL43.33º47.37%55.29%-
HSV(B)43.33º55.38%76.47%-
XYZ37.6839.214.6-
YUV165.0883.94149.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.62%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 87 (34.38% from 255) = 19.46%
R=43.62%
G=36.91%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951658700.150.550.2443.3347.3755.29
HexC3A5570F37182b2f37
Octal3032451270176730535767
Binary110000111010010110101110111111011111000101011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A557; }

 p { color: rgb(195,165,87); }

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

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

 a { background-color: rgb(195,165,87); }

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

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

 span { border-color: rgb(195,165,87); }

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