Shades of My Pink #CB827D
Tints of My Pink #CB827D
RGB
CMYK
RGB Variations
Color information
#CB827D (or 0xCB827D) is known color: My Pink. HEX triplet: CB, 82 and 7D. RGB value is (203,130,125). Sum of RGB (Red+Green+Blue) = 203+130+125=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB827D is #347D82. Grayscale: #979797. Windows color (decimal): -3440003 or 8225483. OLE color: 8225483.
HSL color Cylindrical-coordinate representation of color #CB827D: hue angle of 3.85º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB827D is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 125 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.20 |
| HSL | 3.85º | 0.43% | 0.64% | - |
| HSV(B) | 3.85º | 0.38% | 0.8% | - |
| XYZ | 36.31 | 30.14 | 23.31 | - |
| YUV | 151.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 125 | 0 | 0.36 | 0.38 | 0.20 | 3.85 | 0.43 | 0.64 |
| Hex | CB | 82 | 7D | 0 | 24 | 26 | 14 | 4 | 2B | 40 |
| Octal | 313 | 202 | 175 | 0 | 44 | 46 | 24 | 4 | 53 | 100 |
| Binary | 11001011 | 10000010 | 1111101 | 0 | 100100 | 100110 | 10100 | 100 | 101011 | 1000000 |
Color Harmonies of #CB827D
Complementary color
Monochromatic Colors of #CB827D
Black with #CB827D
Text Example
Text Example
White with #CB827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB827D; }
p { color: rgb(203,130,125); }
H1.HeaderClassName
{
color: #CB827D;
}
.AnyTagClassName
{
color: #CB827D;
}
</style>
background-color css
<style>
a { background-color: #CB827D; }
a { background-color: rgb(203,130,125); }
div.DivClassName
{
background-color: #CB827D;
}
.BgClassName
{
background-color: #CB827D;
}
</style>
border-color css
<style>
span { border-color: #CB827D; }
span { border-color: rgb(203,130,125); }
td.TdClassName
{
border-color: #CB827D;
}
.TagClassName
{
border-color: #CB827D;
}
</style>