Html Css Color HEX #96494A Solid Pink

📋 copy color: '#96494A'

red 150 ◦ green 73 ◦ blue 74

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

Shades of Solid Pink #96494A

Tints of Solid Pink #96494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 50.51%
G = 24.58%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96494A (or 0x96494A) is known color: Solid Pink. HEX triplet: 96, 49 and 4A. RGB value is (150,73,74). Sum of RGB (Red+Green+Blue) = 150+73+74=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96494A is #69B6B5. Grayscale: #606060. Windows color (decimal): -6928054 or 4868502. OLE color: 4868502.

HSL color Cylindrical-coordinate representation of color #96494A: hue angle of 359.22º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96494A is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 74 -
CMYK 0 0.51 0.51 0.41
HSL 359.22º 0.35% 0.44% -
HSV(B) 359.22º 0.51% 0.59% -
XYZ 16.2 11.74 7.89 -
YUV 96.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 150 73 74 0 0.51 0.51 0.41 359.22 0.35 0.44
Hex 96 49 4A 0 33 33 29 167 23 2C
Octal 226 111 112 0 63 63 51 547 43 54
Binary 10010110 1001001 1001010 0 110011 110011 101001 101100111 100011 101100

Color Harmonies of #96494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96494A

Black with #96494A

Text Example


Text Example

White with #96494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96494A; }

 p { color: rgb(150,73,74); }

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

background-color css

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

 a { background-color: rgb(150,73,74); }

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

border-color css

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

 span { border-color: rgb(150,73,74); }

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