Shades of My Pink #C8887B
Tints of My Pink #C8887B
RGB
CMYK
RGB Variations
Color information
#C8887B (or 0xC8887B) is known color: My Pink. HEX triplet: C8, 88 and 7B. RGB value is (200,136,123). Sum of RGB (Red+Green+Blue) = 200+136+123=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8887B is #377784. Grayscale: #999999. Windows color (decimal): -3635077 or 8095944. OLE color: 8095944.
HSL color Cylindrical-coordinate representation of color #C8887B: hue angle of 10.13º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8887B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 123 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.22 |
| HSL | 10.13º | 0.41% | 0.63% | - |
| HSV(B) | 10.13º | 0.39% | 0.78% | - |
| XYZ | 36.2 | 31.32 | 22.88 | - |
| YUV | 153.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 123 | 0 | 0.32 | 0.38 | 0.22 | 10.13 | 0.41 | 0.63 |
| Hex | C8 | 88 | 7B | 0 | 20 | 26 | 16 | A | 29 | 3F |
| Octal | 310 | 210 | 173 | 0 | 40 | 46 | 26 | 12 | 51 | 77 |
| Binary | 11001000 | 10001000 | 1111011 | 0 | 100000 | 100110 | 10110 | 1010 | 101001 | 111111 |
Color Harmonies of #C8887B
Complementary color
Monochromatic Colors of #C8887B
Black with #C8887B
Text Example
Text Example
White with #C8887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8887B; }
p { color: rgb(200,136,123); }
H1.HeaderClassName
{
color: #C8887B;
}
.AnyTagClassName
{
color: #C8887B;
}
</style>
background-color css
<style>
a { background-color: #C8887B; }
a { background-color: rgb(200,136,123); }
div.DivClassName
{
background-color: #C8887B;
}
.BgClassName
{
background-color: #C8887B;
}
</style>
border-color css
<style>
span { border-color: #C8887B; }
span { border-color: rgb(200,136,123); }
td.TdClassName
{
border-color: #C8887B;
}
.TagClassName
{
border-color: #C8887B;
}
</style>