Shades of My Pink #CD827A
Tints of My Pink #CD827A
RGB
CMYK
RGB Variations
Color information
#CD827A (or 0xCD827A) is known color: My Pink. HEX triplet: CD, 82 and 7A. RGB value is (205,130,122). Sum of RGB (Red+Green+Blue) = 205+130+122=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD827A is #327D85. Grayscale: #979797. Windows color (decimal): -3308934 or 8028877. OLE color: 8028877.
HSL color Cylindrical-coordinate representation of color #CD827A: hue angle of 5.78º 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 #CD827A is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 122 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.20 |
| HSL | 5.78º | 0.45% | 0.64% | - |
| HSV(B) | 5.78º | 0.4% | 0.8% | - |
| XYZ | 36.67 | 30.35 | 22.34 | - |
| YUV | 151.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 122 | 0 | 0.37 | 0.40 | 0.20 | 5.78 | 0.45 | 0.64 |
| Hex | CD | 82 | 7A | 0 | 25 | 28 | 14 | 6 | 2D | 40 |
| Octal | 315 | 202 | 172 | 0 | 45 | 50 | 24 | 6 | 55 | 100 |
| Binary | 11001101 | 10000010 | 1111010 | 0 | 100101 | 101000 | 10100 | 110 | 101101 | 1000000 |
Color Harmonies of #CD827A
Complementary color
Monochromatic Colors of #CD827A
Black with #CD827A
Text Example
Text Example
White with #CD827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD827A; }
p { color: rgb(205,130,122); }
H1.HeaderClassName
{
color: #CD827A;
}
.AnyTagClassName
{
color: #CD827A;
}
</style>
background-color css
<style>
a { background-color: #CD827A; }
a { background-color: rgb(205,130,122); }
div.DivClassName
{
background-color: #CD827A;
}
.BgClassName
{
background-color: #CD827A;
}
</style>
border-color css
<style>
span { border-color: #CD827A; }
span { border-color: rgb(205,130,122); }
td.TdClassName
{
border-color: #CD827A;
}
.TagClassName
{
border-color: #CD827A;
}
</style>