Shades of My Pink #C88B7C
Tints of My Pink #C88B7C
RGB
CMYK
RGB Variations
Color information
#C88B7C (or 0xC88B7C) is known color: My Pink. HEX triplet: C8, 8B and 7C. RGB value is (200,139,124). Sum of RGB (Red+Green+Blue) = 200+139+124=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B7C is #377483. Grayscale: #9B9B9B. Windows color (decimal): -3634308 or 8162248. OLE color: 8162248.
HSL color Cylindrical-coordinate representation of color #C88B7C: hue angle of 11.84º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C88B7C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 124 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.22 |
| HSL | 11.84º | 0.41% | 0.64% | - |
| HSV(B) | 11.84º | 0.38% | 0.78% | - |
| XYZ | 36.69 | 32.2 | 23.35 | - |
| YUV | 155.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 124 | 0 | 0.30 | 0.38 | 0.22 | 11.84 | 0.41 | 0.64 |
| Hex | C8 | 8B | 7C | 0 | 1E | 26 | 16 | C | 29 | 40 |
| Octal | 310 | 213 | 174 | 0 | 36 | 46 | 26 | 14 | 51 | 100 |
| Binary | 11001000 | 10001011 | 1111100 | 0 | 11110 | 100110 | 10110 | 1100 | 101001 | 1000000 |
Color Harmonies of #C88B7C
Complementary color
Monochromatic Colors of #C88B7C
Black with #C88B7C
Text Example
Text Example
White with #C88B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B7C; }
p { color: rgb(200,139,124); }
H1.HeaderClassName
{
color: #C88B7C;
}
.AnyTagClassName
{
color: #C88B7C;
}
</style>
background-color css
<style>
a { background-color: #C88B7C; }
a { background-color: rgb(200,139,124); }
div.DivClassName
{
background-color: #C88B7C;
}
.BgClassName
{
background-color: #C88B7C;
}
</style>
border-color css
<style>
span { border-color: #C88B7C; }
span { border-color: rgb(200,139,124); }
td.TdClassName
{
border-color: #C88B7C;
}
.TagClassName
{
border-color: #C88B7C;
}
</style>