Shades of My Pink #C98275
Tints of My Pink #C98275
RGB
CMYK
RGB Variations
Color information
#C98275 (or 0xC98275) is known color: My Pink. HEX triplet: C9, 82 and 75. RGB value is (201,130,117). Sum of RGB (Red+Green+Blue) = 201+130+117=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C98275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98275 is #367D8A. Grayscale: #959595. Windows color (decimal): -3571083 or 7701193. OLE color: 7701193.
HSL color Cylindrical-coordinate representation of color #C98275: hue angle of 9.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C98275 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 117 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.21 |
| HSL | 9.29º | 0.44% | 0.62% | - |
| HSV(B) | 9.29º | 0.42% | 0.79% | - |
| XYZ | 35.28 | 29.67 | 20.7 | - |
| YUV | 149.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 117 | 0 | 0.35 | 0.42 | 0.21 | 9.29 | 0.44 | 0.62 |
| Hex | C9 | 82 | 75 | 0 | 23 | 2A | 15 | 9 | 2C | 3E |
| Octal | 311 | 202 | 165 | 0 | 43 | 52 | 25 | 11 | 54 | 76 |
| Binary | 11001001 | 10000010 | 1110101 | 0 | 100011 | 101010 | 10101 | 1001 | 101100 | 111110 |
Color Harmonies of #C98275
Complementary color
Monochromatic Colors of #C98275
Black with #C98275
Text Example
Text Example
White with #C98275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98275; }
p { color: rgb(201,130,117); }
H1.HeaderClassName
{
color: #C98275;
}
.AnyTagClassName
{
color: #C98275;
}
</style>
background-color css
<style>
a { background-color: #C98275; }
a { background-color: rgb(201,130,117); }
div.DivClassName
{
background-color: #C98275;
}
.BgClassName
{
background-color: #C98275;
}
</style>
border-color css
<style>
span { border-color: #C98275; }
span { border-color: rgb(201,130,117); }
td.TdClassName
{
border-color: #C98275;
}
.TagClassName
{
border-color: #C98275;
}
</style>