Html Css Color HEX #96464F Solid Pink

📋 copy color: '#96464F'

red 150 ◦ green 70 ◦ blue 79

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

Shades of Solid Pink #96464F

Tints of Solid Pink #96464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

 BLUE value IS 79 (31.25% from 255) = 26.42%

R = 50.17%
G = 23.41%
B = 26.42%

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

#96464F (or 0x96464F) is known color: Solid Pink. HEX triplet: 96, 46 and 4F. RGB value is (150,70,79). Sum of RGB (Red+Green+Blue) = 150+70+79=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96464F is #69B9B0. Grayscale: #5E5E5E. Windows color (decimal): -6928817 or 5195414. OLE color: 5195414.

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

Color convert

RGB 150 70 79 -
CMYK 0 0.53 0.47 0.41
HSL 353.25º 0.36% 0.43% -
HSV(B) 353.25º 0.53% 0.59% -
XYZ 16.18 11.43 8.75 -
YUV 94.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 150 70 79 0 0.53 0.47 0.41 353.25 0.36 0.43
Hex 96 46 4F 0 35 2F 29 161 24 2B
Octal 226 106 117 0 65 57 51 541 44 53
Binary 10010110 1000110 1001111 0 110101 101111 101001 101100001 100100 101011

Color Harmonies of #96464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96464F

Black with #96464F

Text Example


Text Example

White with #96464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96464F; }

 p { color: rgb(150,70,79); }

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

background-color css

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

 a { background-color: rgb(150,70,79); }

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

border-color css

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

 span { border-color: rgb(150,70,79); }

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