Html Css Color HEX #965589 Trendy Pink

📋 copy color: '#965589'

red 150 ◦ green 85 ◦ blue 137

#965589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #965589

Tints of Trendy Pink #965589

RGB

 RED value IS 150 (58.98% from 255) = 40.32%

 GREEN value IS 85 (33.59% from 255) = 22.85%

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 40.32%
G = 22.85%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#965589 (or 0x965589) is known color: Trendy Pink. HEX triplet: 96, 55 and 89. RGB value is (150,85,137). Sum of RGB (Red+Green+Blue) = 150+85+137=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #965589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965589 is #69AA76. Grayscale: #6E6E6E. Windows color (decimal): -6924919 or 9000342. OLE color: 9000342.

HSL color Cylindrical-coordinate representation of color #965589: hue angle of 312º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965589 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 137 -
CMYK 0 0.43 0.09 0.41
HSL 312º 0.28% 0.46% -
HSV(B) 312º 0.43% 0.59% -
XYZ 20.34 14.79 25.45 -
YUV 110.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 150 85 137 0 0.43 0.09 0.41 312 0.28 0.46
Hex 96 55 89 0 2B 9 29 138 1C 2E
Octal 226 125 211 0 53 11 51 470 34 56
Binary 10010110 1010101 10001001 0 101011 1001 101001 100111000 11100 101110

Color Harmonies of #965589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965589

Black with #965589

Text Example


Text Example

White with #965589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965589; }

 p { color: rgb(150,85,137); }

 H1.HeaderClassName
 {
   color: #965589;
 }
 .AnyTagClassName
 {
   color: #965589;
 }
</style>

background-color css

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

 a { background-color: rgb(150,85,137); }

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

border-color css

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

 span { border-color: rgb(150,85,137); }

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