Html Css Color HEX #96474C Solid Pink

📋 copy color: '#96474C'

red 150 ◦ green 71 ◦ blue 76

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

Shades of Solid Pink #96474C

Tints of Solid Pink #96474C

RGB

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

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

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

R = 50.51%
G = 23.91%
B = 25.59%

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

#96474C (or 0x96474C) is known color: Solid Pink. HEX triplet: 96, 47 and 4C. RGB value is (150,71,76). Sum of RGB (Red+Green+Blue) = 150+71+76=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96474C is #69B8B3. Grayscale: #5F5F5F. Windows color (decimal): -6928564 or 4999062. OLE color: 4999062.

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

Color convert

RGB 150 71 76 -
CMYK 0 0.53 0.49 0.41
HSL 356.2º 0.36% 0.43% -
HSV(B) 356.2º 0.53% 0.59% -
XYZ 16.14 11.51 8.21 -
YUV 95.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 150 71 76 0 0.53 0.49 0.41 356.2 0.36 0.43
Hex 96 47 4C 0 35 31 29 164 24 2B
Octal 226 107 114 0 65 61 51 544 44 53
Binary 10010110 1000111 1001100 0 110101 110001 101001 101100100 100100 101011

Color Harmonies of #96474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96474C

Black with #96474C

Text Example


Text Example

White with #96474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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