Shades of My Pink #CB9080
Tints of My Pink #CB9080
RGB
CMYK
RGB Variations
Color information
#CB9080 (or 0xCB9080) is known color: My Pink. HEX triplet: CB, 90 and 80. RGB value is (203,144,128). Sum of RGB (Red+Green+Blue) = 203+144+128=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9080 is #346F7F. Grayscale: #9F9F9F. Windows color (decimal): -3436416 or 8425675. OLE color: 8425675.
HSL color Cylindrical-coordinate representation of color #CB9080: hue angle of 12.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB9080 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 128 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.20 |
| HSL | 12.8º | 0.42% | 0.65% | - |
| HSV(B) | 12.8º | 0.37% | 0.8% | - |
| XYZ | 38.5 | 34.2 | 24.99 | - |
| YUV | 159.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 128 | 0 | 0.29 | 0.37 | 0.20 | 12.8 | 0.42 | 0.65 |
| Hex | CB | 90 | 80 | 0 | 1D | 25 | 14 | D | 2A | 41 |
| Octal | 313 | 220 | 200 | 0 | 35 | 45 | 24 | 15 | 52 | 101 |
| Binary | 11001011 | 10010000 | 10000000 | 0 | 11101 | 100101 | 10100 | 1101 | 101010 | 1000001 |
Color Harmonies of #CB9080
Complementary color
Monochromatic Colors of #CB9080
Black with #CB9080
Text Example
Text Example
White with #CB9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9080; }
p { color: rgb(203,144,128); }
H1.HeaderClassName
{
color: #CB9080;
}
.AnyTagClassName
{
color: #CB9080;
}
</style>
background-color css
<style>
a { background-color: #CB9080; }
a { background-color: rgb(203,144,128); }
div.DivClassName
{
background-color: #CB9080;
}
.BgClassName
{
background-color: #CB9080;
}
</style>
border-color css
<style>
span { border-color: #CB9080; }
span { border-color: rgb(203,144,128); }
td.TdClassName
{
border-color: #CB9080;
}
.TagClassName
{
border-color: #CB9080;
}
</style>