Shades of My Pink #CD827B
Tints of My Pink #CD827B
RGB
CMYK
RGB Variations
Color information
#CD827B (or 0xCD827B) is known color: My Pink. HEX triplet: CD, 82 and 7B. RGB value is (205,130,123). Sum of RGB (Red+Green+Blue) = 205+130+123=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD827B is #327D84. Grayscale: #979797. Windows color (decimal): -3308933 or 8094413. OLE color: 8094413.
HSL color Cylindrical-coordinate representation of color #CD827B: hue angle of 5.12º degrees, saturation: 0.45, 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 #CD827B is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 123 | - |
| CMYK | 0 | 0.37 | 0.4 | 0.20 |
| HSL | 5.12º | 0.45% | 0.64% | - |
| HSV(B) | 5.12º | 0.4% | 0.8% | - |
| XYZ | 36.73 | 30.37 | 22.67 | - |
| YUV | 151.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 123 | 0 | 0.37 | 0.4 | 0.20 | 5.12 | 0.45 | 0.64 |
| Hex | CD | 82 | 7B | 0 | 25 | 28 | 14 | 5 | 2D | 40 |
| Octal | 315 | 202 | 173 | 0 | 45 | 50 | 24 | 5 | 55 | 100 |
| Binary | 11001101 | 10000010 | 1111011 | 0 | 100101 | 101000 | 10100 | 101 | 101101 | 1000000 |
Color Harmonies of #CD827B
Complementary color
Monochromatic Colors of #CD827B
Black with #CD827B
Text Example
Text Example
White with #CD827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD827B; }
p { color: rgb(205,130,123); }
H1.HeaderClassName
{
color: #CD827B;
}
.AnyTagClassName
{
color: #CD827B;
}
</style>
background-color css
<style>
a { background-color: #CD827B; }
a { background-color: rgb(205,130,123); }
div.DivClassName
{
background-color: #CD827B;
}
.BgClassName
{
background-color: #CD827B;
}
</style>
border-color css
<style>
span { border-color: #CD827B; }
span { border-color: rgb(205,130,123); }
td.TdClassName
{
border-color: #CD827B;
}
.TagClassName
{
border-color: #CD827B;
}
</style>