Shades of Solid Pink #94434C
Tints of Solid Pink #94434C
RGB
CMYK
RGB Variations
Color information
#94434C (or 0x94434C) is known color: Solid Pink. HEX triplet: 94, 43 and 4C. RGB value is (148,67,76). Sum of RGB (Red+Green+Blue) = 148+67+76=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94434C is #6BBCB3. Grayscale: #5C5C5C. Windows color (decimal): -7060660 or 4998036. OLE color: 4998036.
HSL color Cylindrical-coordinate representation of color #94434C: hue angle of 353.33º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94434C is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 76 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.42 |
| HSL | 353.33º | 0.38% | 0.42% | - |
| HSV(B) | 353.33º | 0.55% | 0.58% | - |
| XYZ | 15.52 | 10.83 | 8.11 | - |
| YUV | 92.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 76 | 0 | 0.55 | 0.49 | 0.42 | 353.33 | 0.38 | 0.42 |
| Hex | 94 | 43 | 4C | 0 | 37 | 31 | 2A | 161 | 26 | 2A |
| Octal | 224 | 103 | 114 | 0 | 67 | 61 | 52 | 541 | 46 | 52 |
| Binary | 10010100 | 1000011 | 1001100 | 0 | 110111 | 110001 | 101010 | 101100001 | 100110 | 101010 |
Color Harmonies of #94434C
Complementary color
Monochromatic Colors of #94434C
Black with #94434C
Text Example
Text Example
White with #94434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94434C; }
p { color: rgb(148,67,76); }
H1.HeaderClassName
{
color: #94434C;
}
.AnyTagClassName
{
color: #94434C;
}
</style>
background-color css
<style>
a { background-color: #94434C; }
a { background-color: rgb(148,67,76); }
div.DivClassName
{
background-color: #94434C;
}
.BgClassName
{
background-color: #94434C;
}
</style>
border-color css
<style>
span { border-color: #94434C; }
span { border-color: rgb(148,67,76); }
td.TdClassName
{
border-color: #94434C;
}
.TagClassName
{
border-color: #94434C;
}
</style>