Shades of Solid Pink #97454C
Tints of Solid Pink #97454C
RGB
CMYK
RGB Variations
Color information
#97454C (or 0x97454C) is known color: Solid Pink. HEX triplet: 97, 45 and 4C. RGB value is (151,69,76). Sum of RGB (Red+Green+Blue) = 151+69+76=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #97454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97454C is #68BAB3. Grayscale: #5E5E5E. Windows color (decimal): -6863540 or 4998551. OLE color: 4998551.
HSL color Cylindrical-coordinate representation of color #97454C: hue angle of 354.88º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97454C is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 69 | 76 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.41 |
| HSL | 354.88º | 0.37% | 0.43% | - |
| HSV(B) | 354.88º | 0.54% | 0.59% | - |
| XYZ | 16.2 | 11.36 | 8.18 | - |
| YUV | 94.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 69 | 76 | 0 | 0.54 | 0.50 | 0.41 | 354.88 | 0.37 | 0.43 |
| Hex | 97 | 45 | 4C | 0 | 36 | 32 | 29 | 163 | 25 | 2B |
| Octal | 227 | 105 | 114 | 0 | 66 | 62 | 51 | 543 | 45 | 53 |
| Binary | 10010111 | 1000101 | 1001100 | 0 | 110110 | 110010 | 101001 | 101100011 | 100101 | 101011 |
Color Harmonies of #97454C
Complementary color
Monochromatic Colors of #97454C
Black with #97454C
Text Example
Text Example
White with #97454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97454C; }
p { color: rgb(151,69,76); }
H1.HeaderClassName
{
color: #97454C;
}
.AnyTagClassName
{
color: #97454C;
}
</style>
background-color css
<style>
a { background-color: #97454C; }
a { background-color: rgb(151,69,76); }
div.DivClassName
{
background-color: #97454C;
}
.BgClassName
{
background-color: #97454C;
}
</style>
border-color css
<style>
span { border-color: #97454C; }
span { border-color: rgb(151,69,76); }
td.TdClassName
{
border-color: #97454C;
}
.TagClassName
{
border-color: #97454C;
}
</style>