Html Css Color HEX #96464D Solid Pink

📋 copy color: '#96464D'

red 150 ◦ green 70 ◦ blue 77

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

Shades of Solid Pink #96464D

Tints of Solid Pink #96464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 50.51%
G = 23.57%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96464D (or 0x96464D) is known color: Solid Pink. HEX triplet: 96, 46 and 4D. RGB value is (150,70,77). Sum of RGB (Red+Green+Blue) = 150+70+77=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96464D is #69B9B2. Grayscale: #5E5E5E. Windows color (decimal): -6928819 or 5064342. OLE color: 5064342.

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

Color convert

RGB 150 70 77 -
CMYK 0 0.53 0.49 0.41
HSL 354.75º 0.36% 0.43% -
HSV(B) 354.75º 0.53% 0.59% -
XYZ 16.11 11.4 8.37 -
YUV 94.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 150 70 77 0 0.53 0.49 0.41 354.75 0.36 0.43
Hex 96 46 4D 0 35 31 29 163 24 2B
Octal 226 106 115 0 65 61 51 543 44 53
Binary 10010110 1000110 1001101 0 110101 110001 101001 101100011 100100 101011

Color Harmonies of #96464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96464D

Black with #96464D

Text Example


Text Example

White with #96464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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