Html Css Color HEX #965556 Solid Pink

📋 copy color: '#965556'

red 150 ◦ green 85 ◦ blue 86

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

Shades of Solid Pink #965556

Tints of Solid Pink #965556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.79%

R = 46.73%
G = 26.48%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#965556 (or 0x965556) is known color: Solid Pink. HEX triplet: 96, 55 and 56. RGB value is (150,85,86). Sum of RGB (Red+Green+Blue) = 150+85+86=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965556 is #69AAA9. Grayscale: #686868. Windows color (decimal): -6924970 or 5658006. OLE color: 5658006.

HSL color Cylindrical-coordinate representation of color #965556: hue angle of 359.08º 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 #965556 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 86 -
CMYK 0 0.43 0.43 0.41
HSL 359.08º 0.28% 0.46% -
HSV(B) 359.08º 0.43% 0.59% -
XYZ 17.51 13.65 10.52 -
YUV 104.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 150 85 86 0 0.43 0.43 0.41 359.08 0.28 0.46
Hex 96 55 56 0 2B 2B 29 167 1C 2E
Octal 226 125 126 0 53 53 51 547 34 56
Binary 10010110 1010101 1010110 0 101011 101011 101001 101100111 11100 101110

Color Harmonies of #965556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965556

Black with #965556

Text Example


Text Example

White with #965556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965556; }

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

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

background-color css

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

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

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

border-color css

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

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

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