Shades of Solid Pink #96484A
Tints of Solid Pink #96484A
RGB
CMYK
RGB Variations
Color information
#96484A (or 0x96484A) is known color: Solid Pink. HEX triplet: 96, 48 and 4A. RGB value is (150,72,74). Sum of RGB (Red+Green+Blue) = 150+72+74=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96484A is #69B7B5. Grayscale: #5F5F5F. Windows color (decimal): -6928310 or 4868246. OLE color: 4868246.
HSL color Cylindrical-coordinate representation of color #96484A: hue angle of 358.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96484A is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 74 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.41 |
| HSL | 358.46º | 0.35% | 0.44% | - |
| HSV(B) | 358.46º | 0.52% | 0.59% | - |
| XYZ | 16.13 | 11.61 | 7.87 | - |
| YUV | 95.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 74 | 0 | 0.52 | 0.51 | 0.41 | 358.46 | 0.35 | 0.44 |
| Hex | 96 | 48 | 4A | 0 | 34 | 33 | 29 | 166 | 23 | 2C |
| Octal | 226 | 110 | 112 | 0 | 64 | 63 | 51 | 546 | 43 | 54 |
| Binary | 10010110 | 1001000 | 1001010 | 0 | 110100 | 110011 | 101001 | 101100110 | 100011 | 101100 |
Color Harmonies of #96484A
Complementary color
Monochromatic Colors of #96484A
Black with #96484A
Text Example
Text Example
White with #96484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96484A; }
p { color: rgb(150,72,74); }
H1.HeaderClassName
{
color: #96484A;
}
.AnyTagClassName
{
color: #96484A;
}
</style>
background-color css
<style>
a { background-color: #96484A; }
a { background-color: rgb(150,72,74); }
div.DivClassName
{
background-color: #96484A;
}
.BgClassName
{
background-color: #96484A;
}
</style>
border-color css
<style>
span { border-color: #96484A; }
span { border-color: rgb(150,72,74); }
td.TdClassName
{
border-color: #96484A;
}
.TagClassName
{
border-color: #96484A;
}
</style>