#954A4E

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

Shades of Solid Pink #954A4E

Tints of Solid Pink #954A4E

Color information

#954A4E (or 0x954A4E) is unknown color: approx Solid Pink. HEX triplet: 95, 4A and 4E. RGB value is (149,74,78). Sum of RGB (Red+Green+Blue) = 149+74+78=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #954A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A4E is #6AB5B1. Grayscale: #606060. Windows color (decimal): -6993330 or 5130901. OLE color: 5130901.

HSL color Cylindrical-coordinate representation of color #954A4E: hue angle of 356.8º degrees, saturation: 0.34, 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 #954A4E is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1497478-
CMYK00.500.480.42
HSL356.8º33.63%43.73%-
HSV(B)356.8º50.34%58.43%-
XYZ16.2211.848.64-
YUV96.88117.35165.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=49.50%
G=24.58%
B=25.91%

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
Decimal149747800.500.480.42356.833.6343.73
Hex954A4E032302A165222c
Octal22511211606260525454254
Binary10010101100101010011100110010110000101010101100101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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