#9E525C

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

Shades of Hippie Pink #9E525C

Tints of Hippie Pink #9E525C

Color information

#9E525C (or 0x9E525C) is unknown color: approx Hippie Pink. HEX triplet: 9E, 52 and 5C. RGB value is (158,82,92). Sum of RGB (Red+Green+Blue) = 158+82+92=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E525C is #61ADA3. Grayscale: #696969. Windows color (decimal): -6401444 or 6050462. OLE color: 6050462.

HSL color Cylindrical-coordinate representation of color #9E525C: hue angle of 352.11º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E525C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1588292-
CMYK00.480.420.38
HSL352.11º31.67%47.06%-
HSV(B)352.11º48.1%61.96%-
XYZ19.0514.0811.84-
YUV105.86120.18165.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.59%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=47.59%
G=24.70%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158829200.480.420.38352.1131.6747.06
Hex9E525C0302A26160202f
Octal23612213406052465404057
Binary10011110101001010111000110000101010100110101100000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E525C; }

 p { color: rgb(158,82,92); }

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

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

 a { background-color: rgb(158,82,92); }

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

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

 span { border-color: rgb(158,82,92); }

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