Shades of My Pink #CB827C
Tints of My Pink #CB827C
RGB
CMYK
RGB Variations
Color information
#CB827C (or 0xCB827C) is known color: My Pink. HEX triplet: CB, 82 and 7C. RGB value is (203,130,124). Sum of RGB (Red+Green+Blue) = 203+130+124=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB827C is #347D83. Grayscale: #979797. Windows color (decimal): -3440004 or 8159947. OLE color: 8159947.
HSL color Cylindrical-coordinate representation of color #CB827C: hue angle of 4.56º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB827C is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 124 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.20 |
| HSL | 4.56º | 0.43% | 0.64% | - |
| HSV(B) | 4.56º | 0.39% | 0.8% | - |
| XYZ | 36.25 | 30.12 | 22.97 | - |
| YUV | 151.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 124 | 0 | 0.36 | 0.39 | 0.20 | 4.56 | 0.43 | 0.64 |
| Hex | CB | 82 | 7C | 0 | 24 | 27 | 14 | 5 | 2B | 40 |
| Octal | 313 | 202 | 174 | 0 | 44 | 47 | 24 | 5 | 53 | 100 |
| Binary | 11001011 | 10000010 | 1111100 | 0 | 100100 | 100111 | 10100 | 101 | 101011 | 1000000 |
Color Harmonies of #CB827C
Complementary color
Monochromatic Colors of #CB827C
Black with #CB827C
Text Example
Text Example
White with #CB827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB827C; }
p { color: rgb(203,130,124); }
H1.HeaderClassName
{
color: #CB827C;
}
.AnyTagClassName
{
color: #CB827C;
}
</style>
background-color css
<style>
a { background-color: #CB827C; }
a { background-color: rgb(203,130,124); }
div.DivClassName
{
background-color: #CB827C;
}
.BgClassName
{
background-color: #CB827C;
}
</style>
border-color css
<style>
span { border-color: #CB827C; }
span { border-color: rgb(203,130,124); }
td.TdClassName
{
border-color: #CB827C;
}
.TagClassName
{
border-color: #CB827C;
}
</style>