Html Css Color HEX #964750 Solid Pink

📋 copy color: '#964750'

red 150 ◦ green 71 ◦ blue 80

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

Shades of Solid Pink #964750

Tints of Solid Pink #964750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

 BLUE value IS 80 (31.64% from 255) = 26.58%

R = 49.83%
G = 23.59%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#964750 (or 0x964750) is known color: Solid Pink. HEX triplet: 96, 47 and 50. RGB value is (150,71,80). Sum of RGB (Red+Green+Blue) = 150+71+80=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #964750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964750 is #69B8AF. Grayscale: #5F5F5F. Windows color (decimal): -6928560 or 5261206. OLE color: 5261206.

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

Color convert

RGB 150 71 80 -
CMYK 0 0.53 0.47 0.41
HSL 353.16º 0.36% 0.43% -
HSV(B) 353.16º 0.53% 0.59% -
XYZ 16.28 11.57 8.96 -
YUV 95.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 150 71 80 0 0.53 0.47 0.41 353.16 0.36 0.43
Hex 96 47 50 0 35 2F 29 161 24 2B
Octal 226 107 120 0 65 57 51 541 44 53
Binary 10010110 1000111 1010000 0 110101 101111 101001 101100001 100100 101011

Color Harmonies of #964750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964750

Black with #964750

Text Example


Text Example

White with #964750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964750; }

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

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

background-color css

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

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

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

border-color css

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

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

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