Shades of Solid Pink #96444C
Tints of Solid Pink #96444C
RGB
CMYK
RGB Variations
Color information
#96444C (or 0x96444C) is known color: Solid Pink. HEX triplet: 96, 44 and 4C. RGB value is (150,68,76). Sum of RGB (Red+Green+Blue) = 150+68+76=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96444C is #69BBB3. Grayscale: #5D5D5D. Windows color (decimal): -6929332 or 4998294. OLE color: 4998294.
HSL color Cylindrical-coordinate representation of color #96444C: hue angle of 354.15º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96444C is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 76 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.41 |
| HSL | 354.15º | 0.38% | 0.43% | - |
| HSV(B) | 354.15º | 0.55% | 0.59% | - |
| XYZ | 15.95 | 11.14 | 8.15 | - |
| YUV | 93.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 76 | 0 | 0.55 | 0.49 | 0.41 | 354.15 | 0.38 | 0.43 |
| Hex | 96 | 44 | 4C | 0 | 37 | 31 | 29 | 162 | 26 | 2B |
| Octal | 226 | 104 | 114 | 0 | 67 | 61 | 51 | 542 | 46 | 53 |
| Binary | 10010110 | 1000100 | 1001100 | 0 | 110111 | 110001 | 101001 | 101100010 | 100110 | 101011 |
Color Harmonies of #96444C
Complementary color
Monochromatic Colors of #96444C
Black with #96444C
Text Example
Text Example
White with #96444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96444C; }
p { color: rgb(150,68,76); }
H1.HeaderClassName
{
color: #96444C;
}
.AnyTagClassName
{
color: #96444C;
}
</style>
background-color css
<style>
a { background-color: #96444C; }
a { background-color: rgb(150,68,76); }
div.DivClassName
{
background-color: #96444C;
}
.BgClassName
{
background-color: #96444C;
}
</style>
border-color css
<style>
span { border-color: #96444C; }
span { border-color: rgb(150,68,76); }
td.TdClassName
{
border-color: #96444C;
}
.TagClassName
{
border-color: #96444C;
}
</style>