Shades of My Pink #CB827A
Tints of My Pink #CB827A
RGB
CMYK
RGB Variations
Color information
#CB827A (or 0xCB827A) is known color: My Pink. HEX triplet: CB, 82 and 7A. RGB value is (203,130,122). Sum of RGB (Red+Green+Blue) = 203+130+122=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB827A is #347D85. Grayscale: #979797. Windows color (decimal): -3440006 or 8028875. OLE color: 8028875.
HSL color Cylindrical-coordinate representation of color #CB827A: hue angle of 5.93º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB827A is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 122 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.20 |
| HSL | 5.93º | 0.44% | 0.64% | - |
| HSV(B) | 5.93º | 0.4% | 0.8% | - |
| XYZ | 36.12 | 30.07 | 22.31 | - |
| YUV | 150.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 122 | 0 | 0.36 | 0.40 | 0.20 | 5.93 | 0.44 | 0.64 |
| Hex | CB | 82 | 7A | 0 | 24 | 28 | 14 | 6 | 2C | 40 |
| Octal | 313 | 202 | 172 | 0 | 44 | 50 | 24 | 6 | 54 | 100 |
| Binary | 11001011 | 10000010 | 1111010 | 0 | 100100 | 101000 | 10100 | 110 | 101100 | 1000000 |
Color Harmonies of #CB827A
Complementary color
Monochromatic Colors of #CB827A
Black with #CB827A
Text Example
Text Example
White with #CB827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB827A; }
p { color: rgb(203,130,122); }
H1.HeaderClassName
{
color: #CB827A;
}
.AnyTagClassName
{
color: #CB827A;
}
</style>
background-color css
<style>
a { background-color: #CB827A; }
a { background-color: rgb(203,130,122); }
div.DivClassName
{
background-color: #CB827A;
}
.BgClassName
{
background-color: #CB827A;
}
</style>
border-color css
<style>
span { border-color: #CB827A; }
span { border-color: rgb(203,130,122); }
td.TdClassName
{
border-color: #CB827A;
}
.TagClassName
{
border-color: #CB827A;
}
</style>