#C3A154

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

Shades of Laser #C3A154

Tints of Laser #C3A154

Color information

#C3A154 (or 0xC3A154) is unknown color: approx Laser. HEX triplet: C3, A1 and 54. RGB value is (195,161,84). Sum of RGB (Red+Green+Blue) = 195+161+84=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A154 is #3C5EAB. Grayscale: #A2A2A2. Windows color (decimal): -3956396 or 5546435. OLE color: 5546435.

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

Color convert

RGB19516184-
CMYK00.170.570.24
HSL41.62º48.05%54.71%-
HSV(B)41.62º56.92%76.47%-
XYZ36.8537.7313.73-
YUV162.3983.76151.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.32%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 84 (33.20% from 255) = 19.09%
R=44.32%
G=36.59%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951618400.170.570.2441.6248.0554.71
HexC3A15401139182a3037
Octal3032411240217130526067
Binary1100001110100001101010001000111100111000101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A154; }

 p { color: rgb(195,161,84); }

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

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

 a { background-color: rgb(195,161,84); }

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

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

 span { border-color: rgb(195,161,84); }

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