Shades of My Pink #CB8881
Tints of My Pink #CB8881
RGB
CMYK
RGB Variations
Color information
#CB8881 (or 0xCB8881) is known color: My Pink. HEX triplet: CB, 88 and 81. RGB value is (203,136,129). Sum of RGB (Red+Green+Blue) = 203+136+129=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8881 is #34777E. Grayscale: #9B9B9B. Windows color (decimal): -3438463 or 8489163. OLE color: 8489163.
HSL color Cylindrical-coordinate representation of color #CB8881: hue angle of 5.68º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB8881 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 129 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.20 |
| HSL | 5.68º | 0.42% | 0.65% | - |
| HSV(B) | 5.68º | 0.36% | 0.8% | - |
| XYZ | 37.4 | 31.89 | 24.95 | - |
| YUV | 155.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 129 | 0 | 0.33 | 0.36 | 0.20 | 5.68 | 0.42 | 0.65 |
| Hex | CB | 88 | 81 | 0 | 21 | 24 | 14 | 6 | 2A | 41 |
| Octal | 313 | 210 | 201 | 0 | 41 | 44 | 24 | 6 | 52 | 101 |
| Binary | 11001011 | 10001000 | 10000001 | 0 | 100001 | 100100 | 10100 | 110 | 101010 | 1000001 |
Color Harmonies of #CB8881
Complementary color
Monochromatic Colors of #CB8881
Black with #CB8881
Text Example
Text Example
White with #CB8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8881; }
p { color: rgb(203,136,129); }
H1.HeaderClassName
{
color: #CB8881;
}
.AnyTagClassName
{
color: #CB8881;
}
</style>
background-color css
<style>
a { background-color: #CB8881; }
a { background-color: rgb(203,136,129); }
div.DivClassName
{
background-color: #CB8881;
}
.BgClassName
{
background-color: #CB8881;
}
</style>
border-color css
<style>
span { border-color: #CB8881; }
span { border-color: rgb(203,136,129); }
td.TdClassName
{
border-color: #CB8881;
}
.TagClassName
{
border-color: #CB8881;
}
</style>