Shades of My Pink #C98A7E
Tints of My Pink #C98A7E
RGB
CMYK
RGB Variations
Color information
#C98A7E (or 0xC98A7E) is known color: My Pink. HEX triplet: C9, 8A and 7E. RGB value is (201,138,126). Sum of RGB (Red+Green+Blue) = 201+138+126=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A7E is #367581. Grayscale: #9B9B9B. Windows color (decimal): -3569026 or 8293065. OLE color: 8293065.
HSL color Cylindrical-coordinate representation of color #C98A7E: hue angle of 9.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C98A7E is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 126 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.21 |
| HSL | 9.6º | 0.41% | 0.64% | - |
| HSV(B) | 9.6º | 0.37% | 0.79% | - |
| XYZ | 36.94 | 32.1 | 23.99 | - |
| YUV | 155.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 126 | 0 | 0.31 | 0.37 | 0.21 | 9.6 | 0.41 | 0.64 |
| Hex | C9 | 8A | 7E | 0 | 1F | 25 | 15 | A | 29 | 40 |
| Octal | 311 | 212 | 176 | 0 | 37 | 45 | 25 | 12 | 51 | 100 |
| Binary | 11001001 | 10001010 | 1111110 | 0 | 11111 | 100101 | 10101 | 1010 | 101001 | 1000000 |
Color Harmonies of #C98A7E
Complementary color
Monochromatic Colors of #C98A7E
Black with #C98A7E
Text Example
Text Example
White with #C98A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A7E; }
p { color: rgb(201,138,126); }
H1.HeaderClassName
{
color: #C98A7E;
}
.AnyTagClassName
{
color: #C98A7E;
}
</style>
background-color css
<style>
a { background-color: #C98A7E; }
a { background-color: rgb(201,138,126); }
div.DivClassName
{
background-color: #C98A7E;
}
.BgClassName
{
background-color: #C98A7E;
}
</style>
border-color css
<style>
span { border-color: #C98A7E; }
span { border-color: rgb(201,138,126); }
td.TdClassName
{
border-color: #C98A7E;
}
.TagClassName
{
border-color: #C98A7E;
}
</style>