Shades of My Pink #C98A7D
Tints of My Pink #C98A7D
RGB
CMYK
RGB Variations
Color information
#C98A7D (or 0xC98A7D) is known color: My Pink. HEX triplet: C9, 8A and 7D. RGB value is (201,138,125). Sum of RGB (Red+Green+Blue) = 201+138+125=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A7D is #367582. Grayscale: #9B9B9B. Windows color (decimal): -3569027 or 8227529. OLE color: 8227529.
HSL color Cylindrical-coordinate representation of color #C98A7D: hue angle of 10.26º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C98A7D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 125 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.21 |
| HSL | 10.26º | 0.41% | 0.64% | - |
| HSV(B) | 10.26º | 0.38% | 0.79% | - |
| XYZ | 36.88 | 32.08 | 23.65 | - |
| YUV | 155.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 125 | 0 | 0.31 | 0.38 | 0.21 | 10.26 | 0.41 | 0.64 |
| Hex | C9 | 8A | 7D | 0 | 1F | 26 | 15 | A | 29 | 40 |
| Octal | 311 | 212 | 175 | 0 | 37 | 46 | 25 | 12 | 51 | 100 |
| Binary | 11001001 | 10001010 | 1111101 | 0 | 11111 | 100110 | 10101 | 1010 | 101001 | 1000000 |
Color Harmonies of #C98A7D
Complementary color
Monochromatic Colors of #C98A7D
Black with #C98A7D
Text Example
Text Example
White with #C98A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A7D; }
p { color: rgb(201,138,125); }
H1.HeaderClassName
{
color: #C98A7D;
}
.AnyTagClassName
{
color: #C98A7D;
}
</style>
background-color css
<style>
a { background-color: #C98A7D; }
a { background-color: rgb(201,138,125); }
div.DivClassName
{
background-color: #C98A7D;
}
.BgClassName
{
background-color: #C98A7D;
}
</style>
border-color css
<style>
span { border-color: #C98A7D; }
span { border-color: rgb(201,138,125); }
td.TdClassName
{
border-color: #C98A7D;
}
.TagClassName
{
border-color: #C98A7D;
}
</style>