Shades of My Pink #C98179
Tints of My Pink #C98179
RGB
CMYK
RGB Variations
Color information
#C98179 (or 0xC98179) is known color: My Pink. HEX triplet: C9, 81 and 79. RGB value is (201,129,121). Sum of RGB (Red+Green+Blue) = 201+129+121=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C98179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98179 is #367E86. Grayscale: #959595. Windows color (decimal): -3571335 or 7963081. OLE color: 7963081.
HSL color Cylindrical-coordinate representation of color #C98179: hue angle of 6º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98179 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 121 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.21 |
| HSL | 6º | 0.43% | 0.63% | - |
| HSV(B) | 6º | 0.4% | 0.79% | - |
| XYZ | 35.39 | 29.5 | 21.92 | - |
| YUV | 149.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 121 | 0 | 0.36 | 0.40 | 0.21 | 6 | 0.43 | 0.63 |
| Hex | C9 | 81 | 79 | 0 | 24 | 28 | 15 | 6 | 2B | 3F |
| Octal | 311 | 201 | 171 | 0 | 44 | 50 | 25 | 6 | 53 | 77 |
| Binary | 11001001 | 10000001 | 1111001 | 0 | 100100 | 101000 | 10101 | 110 | 101011 | 111111 |
Color Harmonies of #C98179
Complementary color
Monochromatic Colors of #C98179
Black with #C98179
Text Example
Text Example
White with #C98179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98179; }
p { color: rgb(201,129,121); }
H1.HeaderClassName
{
color: #C98179;
}
.AnyTagClassName
{
color: #C98179;
}
</style>
background-color css
<style>
a { background-color: #C98179; }
a { background-color: rgb(201,129,121); }
div.DivClassName
{
background-color: #C98179;
}
.BgClassName
{
background-color: #C98179;
}
</style>
border-color css
<style>
span { border-color: #C98179; }
span { border-color: rgb(201,129,121); }
td.TdClassName
{
border-color: #C98179;
}
.TagClassName
{
border-color: #C98179;
}
</style>