Shades of My Pink #C88679
Tints of My Pink #C88679
RGB
CMYK
RGB Variations
Color information
#C88679 (or 0xC88679) is known color: My Pink. HEX triplet: C8, 86 and 79. RGB value is (200,134,121). Sum of RGB (Red+Green+Blue) = 200+134+121=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C88679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88679 is #377986. Grayscale: #989898. Windows color (decimal): -3635591 or 7964360. OLE color: 7964360.
HSL color Cylindrical-coordinate representation of color #C88679: hue angle of 9.87º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C88679 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 121 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.22 |
| HSL | 9.87º | 0.42% | 0.63% | - |
| HSV(B) | 9.87º | 0.4% | 0.78% | - |
| XYZ | 35.8 | 30.71 | 22.13 | - |
| YUV | 152.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 121 | 0 | 0.33 | 0.39 | 0.22 | 9.87 | 0.42 | 0.63 |
| Hex | C8 | 86 | 79 | 0 | 21 | 27 | 16 | A | 2A | 3F |
| Octal | 310 | 206 | 171 | 0 | 41 | 47 | 26 | 12 | 52 | 77 |
| Binary | 11001000 | 10000110 | 1111001 | 0 | 100001 | 100111 | 10110 | 1010 | 101010 | 111111 |
Color Harmonies of #C88679
Complementary color
Monochromatic Colors of #C88679
Black with #C88679
Text Example
Text Example
White with #C88679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88679; }
p { color: rgb(200,134,121); }
H1.HeaderClassName
{
color: #C88679;
}
.AnyTagClassName
{
color: #C88679;
}
</style>
background-color css
<style>
a { background-color: #C88679; }
a { background-color: rgb(200,134,121); }
div.DivClassName
{
background-color: #C88679;
}
.BgClassName
{
background-color: #C88679;
}
</style>
border-color css
<style>
span { border-color: #C88679; }
span { border-color: rgb(200,134,121); }
td.TdClassName
{
border-color: #C88679;
}
.TagClassName
{
border-color: #C88679;
}
</style>