Shades of My Pink #CB867E
Tints of My Pink #CB867E
RGB
CMYK
RGB Variations
Color information
#CB867E (or 0xCB867E) is known color: My Pink. HEX triplet: CB, 86 and 7E. RGB value is (203,134,126). Sum of RGB (Red+Green+Blue) = 203+134+126=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB867E is #347981. Grayscale: #999999. Windows color (decimal): -3438978 or 8292043. OLE color: 8292043.
HSL color Cylindrical-coordinate representation of color #CB867E: hue angle of 6.23º 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 #CB867E is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 126 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.20 |
| HSL | 6.23º | 0.43% | 0.65% | - |
| HSV(B) | 6.23º | 0.38% | 0.8% | - |
| XYZ | 36.92 | 31.25 | 23.83 | - |
| YUV | 153.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 126 | 0 | 0.34 | 0.38 | 0.20 | 6.23 | 0.43 | 0.65 |
| Hex | CB | 86 | 7E | 0 | 22 | 26 | 14 | 6 | 2B | 41 |
| Octal | 313 | 206 | 176 | 0 | 42 | 46 | 24 | 6 | 53 | 101 |
| Binary | 11001011 | 10000110 | 1111110 | 0 | 100010 | 100110 | 10100 | 110 | 101011 | 1000001 |
Color Harmonies of #CB867E
Complementary color
Monochromatic Colors of #CB867E
Black with #CB867E
Text Example
Text Example
White with #CB867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB867E; }
p { color: rgb(203,134,126); }
H1.HeaderClassName
{
color: #CB867E;
}
.AnyTagClassName
{
color: #CB867E;
}
</style>
background-color css
<style>
a { background-color: #CB867E; }
a { background-color: rgb(203,134,126); }
div.DivClassName
{
background-color: #CB867E;
}
.BgClassName
{
background-color: #CB867E;
}
</style>
border-color css
<style>
span { border-color: #CB867E; }
span { border-color: rgb(203,134,126); }
td.TdClassName
{
border-color: #CB867E;
}
.TagClassName
{
border-color: #CB867E;
}
</style>