Shades of My Pink #CB8276
Tints of My Pink #CB8276
RGB
CMYK
RGB Variations
Color information
#CB8276 (or 0xCB8276) is known color: My Pink. HEX triplet: CB, 82 and 76. RGB value is (203,130,118). Sum of RGB (Red+Green+Blue) = 203+130+118=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8276 is #347D89. Grayscale: #969696. Windows color (decimal): -3440010 or 7766731. OLE color: 7766731.
HSL color Cylindrical-coordinate representation of color #CB8276: hue angle of 8.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB8276 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 118 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.20 |
| HSL | 8.47º | 0.45% | 0.63% | - |
| HSV(B) | 8.47º | 0.42% | 0.8% | - |
| XYZ | 35.88 | 29.97 | 21.03 | - |
| YUV | 150.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 118 | 0 | 0.36 | 0.42 | 0.20 | 8.47 | 0.45 | 0.63 |
| Hex | CB | 82 | 76 | 0 | 24 | 2A | 14 | 8 | 2D | 3F |
| Octal | 313 | 202 | 166 | 0 | 44 | 52 | 24 | 10 | 55 | 77 |
| Binary | 11001011 | 10000010 | 1110110 | 0 | 100100 | 101010 | 10100 | 1000 | 101101 | 111111 |
Color Harmonies of #CB8276
Complementary color
Monochromatic Colors of #CB8276
Black with #CB8276
Text Example
Text Example
White with #CB8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8276; }
p { color: rgb(203,130,118); }
H1.HeaderClassName
{
color: #CB8276;
}
.AnyTagClassName
{
color: #CB8276;
}
</style>
background-color css
<style>
a { background-color: #CB8276; }
a { background-color: rgb(203,130,118); }
div.DivClassName
{
background-color: #CB8276;
}
.BgClassName
{
background-color: #CB8276;
}
</style>
border-color css
<style>
span { border-color: #CB8276; }
span { border-color: rgb(203,130,118); }
td.TdClassName
{
border-color: #CB8276;
}
.TagClassName
{
border-color: #CB8276;
}
</style>