Shades of Trendy Pink #96448A
Tints of Trendy Pink #96448A
RGB
CMYK
RGB Variations
Color information
#96448A (or 0x96448A) is known color: Trendy Pink. HEX triplet: 96, 44 and 8A. RGB value is (150,68,138). Sum of RGB (Red+Green+Blue) = 150+68+138=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96448A is #69BB75. Grayscale: #646464. Windows color (decimal): -6929270 or 9061526. OLE color: 9061526.
HSL color Cylindrical-coordinate representation of color #96448A: hue angle of 308.78º 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 #96448A is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 138 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.41 |
| HSL | 308.78º | 0.38% | 0.43% | - |
| HSV(B) | 308.78º | 0.55% | 0.59% | - |
| XYZ | 19.23 | 12.45 | 25.43 | - |
| YUV | 100.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 138 | 0 | 0.55 | 0.08 | 0.41 | 308.78 | 0.38 | 0.43 |
| Hex | 96 | 44 | 8A | 0 | 37 | 8 | 29 | 135 | 26 | 2B |
| Octal | 226 | 104 | 212 | 0 | 67 | 10 | 51 | 465 | 46 | 53 |
| Binary | 10010110 | 1000100 | 10001010 | 0 | 110111 | 1000 | 101001 | 100110101 | 100110 | 101011 |
Color Harmonies of #96448A
Complementary color
Monochromatic Colors of #96448A
Black with #96448A
Text Example
Text Example
White with #96448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96448A; }
p { color: rgb(150,68,138); }
H1.HeaderClassName
{
color: #96448A;
}
.AnyTagClassName
{
color: #96448A;
}
</style>
background-color css
<style>
a { background-color: #96448A; }
a { background-color: rgb(150,68,138); }
div.DivClassName
{
background-color: #96448A;
}
.BgClassName
{
background-color: #96448A;
}
</style>
border-color css
<style>
span { border-color: #96448A; }
span { border-color: rgb(150,68,138); }
td.TdClassName
{
border-color: #96448A;
}
.TagClassName
{
border-color: #96448A;
}
</style>