Shades of My Pink #CB887E
Tints of My Pink #CB887E
RGB
CMYK
RGB Variations
Color information
#CB887E (or 0xCB887E) is known color: My Pink. HEX triplet: CB, 88 and 7E. RGB value is (203,136,126). Sum of RGB (Red+Green+Blue) = 203+136+126=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB887E is #347781. Grayscale: #9B9B9B. Windows color (decimal): -3438466 or 8292555. OLE color: 8292555.
HSL color Cylindrical-coordinate representation of color #CB887E: hue angle of 7.79º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB887E is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 126 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.20 |
| HSL | 7.79º | 0.43% | 0.65% | - |
| HSV(B) | 7.79º | 0.38% | 0.8% | - |
| XYZ | 37.2 | 31.81 | 23.92 | - |
| YUV | 154.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 126 | 0 | 0.33 | 0.38 | 0.20 | 7.79 | 0.43 | 0.65 |
| Hex | CB | 88 | 7E | 0 | 21 | 26 | 14 | 8 | 2B | 41 |
| Octal | 313 | 210 | 176 | 0 | 41 | 46 | 24 | 10 | 53 | 101 |
| Binary | 11001011 | 10001000 | 1111110 | 0 | 100001 | 100110 | 10100 | 1000 | 101011 | 1000001 |
Color Harmonies of #CB887E
Complementary color
Monochromatic Colors of #CB887E
Black with #CB887E
Text Example
Text Example
White with #CB887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB887E; }
p { color: rgb(203,136,126); }
H1.HeaderClassName
{
color: #CB887E;
}
.AnyTagClassName
{
color: #CB887E;
}
</style>
background-color css
<style>
a { background-color: #CB887E; }
a { background-color: rgb(203,136,126); }
div.DivClassName
{
background-color: #CB887E;
}
.BgClassName
{
background-color: #CB887E;
}
</style>
border-color css
<style>
span { border-color: #CB887E; }
span { border-color: rgb(203,136,126); }
td.TdClassName
{
border-color: #CB887E;
}
.TagClassName
{
border-color: #CB887E;
}
</style>