Shades of My Pink #C98A7B
Tints of My Pink #C98A7B
RGB
CMYK
RGB Variations
Color information
#C98A7B (or 0xC98A7B) is known color: My Pink. HEX triplet: C9, 8A and 7B. RGB value is (201,138,123). Sum of RGB (Red+Green+Blue) = 201+138+123=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A7B is #367584. Grayscale: #9B9B9B. Windows color (decimal): -3569029 or 8096457. OLE color: 8096457.
HSL color Cylindrical-coordinate representation of color #C98A7B: hue angle of 11.54º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C98A7B is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 123 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.21 |
| HSL | 11.54º | 0.42% | 0.64% | - |
| HSV(B) | 11.54º | 0.39% | 0.79% | - |
| XYZ | 36.75 | 32.02 | 22.98 | - |
| YUV | 155.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 123 | 0 | 0.31 | 0.39 | 0.21 | 11.54 | 0.42 | 0.64 |
| Hex | C9 | 8A | 7B | 0 | 1F | 27 | 15 | C | 2A | 40 |
| Octal | 311 | 212 | 173 | 0 | 37 | 47 | 25 | 14 | 52 | 100 |
| Binary | 11001001 | 10001010 | 1111011 | 0 | 11111 | 100111 | 10101 | 1100 | 101010 | 1000000 |
Color Harmonies of #C98A7B
Complementary color
Monochromatic Colors of #C98A7B
Black with #C98A7B
Text Example
Text Example
White with #C98A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A7B; }
p { color: rgb(201,138,123); }
H1.HeaderClassName
{
color: #C98A7B;
}
.AnyTagClassName
{
color: #C98A7B;
}
</style>
background-color css
<style>
a { background-color: #C98A7B; }
a { background-color: rgb(201,138,123); }
div.DivClassName
{
background-color: #C98A7B;
}
.BgClassName
{
background-color: #C98A7B;
}
</style>
border-color css
<style>
span { border-color: #C98A7B; }
span { border-color: rgb(201,138,123); }
td.TdClassName
{
border-color: #C98A7B;
}
.TagClassName
{
border-color: #C98A7B;
}
</style>