Html Css Color HEX #965055 Solid Pink

📋 copy color: '#965055'

red 150 ◦ green 80 ◦ blue 85

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

Shades of Solid Pink #965055

Tints of Solid Pink #965055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

 BLUE value IS 85 (33.59% from 255) = 26.98%

R = 47.62%
G = 25.4%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#965055 (or 0x965055) is known color: Solid Pink. HEX triplet: 96, 50 and 55. RGB value is (150,80,85). Sum of RGB (Red+Green+Blue) = 150+80+85=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #965055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965055 is #69AFAA. Grayscale: #656565. Windows color (decimal): -6926251 or 5591190. OLE color: 5591190.

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

Color convert

RGB 150 80 85 -
CMYK 0 0.47 0.43 0.41
HSL 355.71º 0.3% 0.45% -
HSV(B) 355.71º 0.47% 0.59% -
XYZ 17.09 12.88 10.18 -
YUV 101.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 150 80 85 0 0.47 0.43 0.41 355.71 0.3 0.45
Hex 96 50 55 0 2F 2B 29 164 1E 2D
Octal 226 120 125 0 57 53 51 544 36 55
Binary 10010110 1010000 1010101 0 101111 101011 101001 101100100 11110 101101

Color Harmonies of #965055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965055

Black with #965055

Text Example


Text Example

White with #965055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965055; }

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

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

background-color css

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

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

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

border-color css

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

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

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