#954B4E

Color #954B4E Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #954B4E

Tints of Solid Pink #954B4E

Color information

#954B4E (or 0x954B4E) is unknown color: approx Solid Pink. HEX triplet: 95, 4B and 4E. RGB value is (149,75,78). Sum of RGB (Red+Green+Blue) = 149+75+78=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #954B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B4E is #6AB4B1. Grayscale: #616161. Windows color (decimal): -6993074 or 5131157. OLE color: 5131157.

HSL color Cylindrical-coordinate representation of color #954B4E: hue angle of 357.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B4E is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1497578-
CMYK00.500.480.42
HSL357.57º33.04%43.92%-
HSV(B)357.57º49.66%58.43%-
XYZ16.2911.978.66-
YUV97.47117.02164.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=49.34%
G=24.83%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149757800.500.480.42357.5733.0443.92
Hex954B4E032302A166212c
Octal22511311606260525464154
Binary10010101100101110011100110010110000101010101100110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954B4E; }

 p { color: rgb(149,75,78); }

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

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

 a { background-color: rgb(149,75,78); }

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

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

 span { border-color: rgb(149,75,78); }

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