Html Css Color HEX #96464C Solid Pink

📋 copy color: '#96464C'

red 150 ◦ green 70 ◦ blue 76

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

Shades of Solid Pink #96464C

Tints of Solid Pink #96464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.68%

R = 50.68%
G = 23.65%
B = 25.68%

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

#96464C (or 0x96464C) is known color: Solid Pink. HEX triplet: 96, 46 and 4C. RGB value is (150,70,76). Sum of RGB (Red+Green+Blue) = 150+70+76=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96464C is #69B9B3. Grayscale: #5E5E5E. Windows color (decimal): -6928820 or 4998806. OLE color: 4998806.

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

Color convert

RGB 150 70 76 -
CMYK 0 0.53 0.49 0.41
HSL 355.5º 0.36% 0.43% -
HSV(B) 355.5º 0.53% 0.59% -
XYZ 16.07 11.39 8.19 -
YUV 94.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 150 70 76 0 0.53 0.49 0.41 355.5 0.36 0.43
Hex 96 46 4C 0 35 31 29 164 24 2B
Octal 226 106 114 0 65 61 51 544 44 53
Binary 10010110 1000110 1001100 0 110101 110001 101001 101100100 100100 101011

Color Harmonies of #96464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96464C

Black with #96464C

Text Example


Text Example

White with #96464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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