#954245

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

Shades of Solid Pink #954245

Tints of Solid Pink #954245

Color information

#954245 (or 0x954245) is unknown color: approx Solid Pink. HEX triplet: 95, 42 and 45. RGB value is (149,66,69). Sum of RGB (Red+Green+Blue) = 149+66+69=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #954245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954245 is #6ABDBA. Grayscale: #5B5B5B. Windows color (decimal): -6995387 or 4539029. OLE color: 4539029.

HSL color Cylindrical-coordinate representation of color #954245: hue angle of 357.83º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954245 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1496669-
CMYK00.560.540.42
HSL357.83º38.6%42.16%-
HSV(B)357.83º55.7%58.43%-
XYZ15.4210.726.89-
YUV91.16115.5169.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=52.46%
G=23.24%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149666900.560.540.42357.8338.642.16
Hex954245038362A166272a
Octal22510210507066525464752
Binary10010101100001010001010111000110110101010101100110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954245; }

 p { color: rgb(149,66,69); }

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

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

 a { background-color: rgb(149,66,69); }

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

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

 span { border-color: rgb(149,66,69); }

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