#C3AA57

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

Shades of Laser #C3AA57

Tints of Laser #C3AA57

Color information

#C3AA57 (or 0xC3AA57) is unknown color: approx Laser. HEX triplet: C3, AA and 57. RGB value is (195,170,87). Sum of RGB (Red+Green+Blue) = 195+170+87=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA57 is #3C55A8. Grayscale: #A8A8A8. Windows color (decimal): -3954089 or 5745347. OLE color: 5745347.

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

Color convert

RGB19517087-
CMYK00.130.550.24
HSL46.11º47.37%55.29%-
HSV(B)46.11º55.38%76.47%-
XYZ38.641.0414.9-
YUV168.0182.28147.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 87 (34.38% from 255) = 19.25%
R=43.14%
G=37.61%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951708700.130.550.2446.1147.3755.29
HexC3AA570D37182e2f37
Octal3032521270156730565767
Binary110000111010101010101110110111011111000101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA57; }

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

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

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

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

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

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

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

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