Shades of My Pink #CD887B
Tints of My Pink #CD887B
RGB
CMYK
RGB Variations
Color information
#CD887B (or 0xCD887B) is known color: My Pink. HEX triplet: CD, 88 and 7B. RGB value is (205,136,123). Sum of RGB (Red+Green+Blue) = 205+136+123=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD887B is #327784. Grayscale: #9B9B9B. Windows color (decimal): -3307397 or 8095949. OLE color: 8095949.
HSL color Cylindrical-coordinate representation of color #CD887B: hue angle of 9.51º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD887B is Cyan = 0, Magento = 0.34, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 123 | - |
| CMYK | 0 | 0.34 | 0.4 | 0.20 |
| HSL | 9.51º | 0.45% | 0.64% | - |
| HSV(B) | 9.51º | 0.4% | 0.8% | - |
| XYZ | 37.56 | 32.02 | 22.94 | - |
| YUV | 155.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 123 | 0 | 0.34 | 0.4 | 0.20 | 9.51 | 0.45 | 0.64 |
| Hex | CD | 88 | 7B | 0 | 22 | 28 | 14 | A | 2D | 40 |
| Octal | 315 | 210 | 173 | 0 | 42 | 50 | 24 | 12 | 55 | 100 |
| Binary | 11001101 | 10001000 | 1111011 | 0 | 100010 | 101000 | 10100 | 1010 | 101101 | 1000000 |
Color Harmonies of #CD887B
Complementary color
Monochromatic Colors of #CD887B
Black with #CD887B
Text Example
Text Example
White with #CD887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD887B; }
p { color: rgb(205,136,123); }
H1.HeaderClassName
{
color: #CD887B;
}
.AnyTagClassName
{
color: #CD887B;
}
</style>
background-color css
<style>
a { background-color: #CD887B; }
a { background-color: rgb(205,136,123); }
div.DivClassName
{
background-color: #CD887B;
}
.BgClassName
{
background-color: #CD887B;
}
</style>
border-color css
<style>
span { border-color: #CD887B; }
span { border-color: rgb(205,136,123); }
td.TdClassName
{
border-color: #CD887B;
}
.TagClassName
{
border-color: #CD887B;
}
</style>