Shades of My Pink #CD9185
Tints of My Pink #CD9185
RGB
CMYK
RGB Variations
Color information
#CD9185 (or 0xCD9185) is known color: My Pink. HEX triplet: CD, 91 and 85. RGB value is (205,145,133). Sum of RGB (Red+Green+Blue) = 205+145+133=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9185 is #326E7A. Grayscale: #A1A1A1. Windows color (decimal): -3305083 or 8753613. OLE color: 8753613.
HSL color Cylindrical-coordinate representation of color #CD9185: hue angle of 10º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD9185 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 145 | 133 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.20 |
| HSL | 10º | 0.42% | 0.66% | - |
| HSV(B) | 10º | 0.35% | 0.8% | - |
| XYZ | 39.54 | 34.92 | 26.85 | - |
| YUV | 161.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 133 | 0 | 0.29 | 0.35 | 0.20 | 10 | 0.42 | 0.66 |
| Hex | CD | 91 | 85 | 0 | 1D | 23 | 14 | A | 2A | 42 |
| Octal | 315 | 221 | 205 | 0 | 35 | 43 | 24 | 12 | 52 | 102 |
| Binary | 11001101 | 10010001 | 10000101 | 0 | 11101 | 100011 | 10100 | 1010 | 101010 | 1000010 |
Color Harmonies of #CD9185
Complementary color
Monochromatic Colors of #CD9185
Black with #CD9185
Text Example
Text Example
White with #CD9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9185; }
p { color: rgb(205,145,133); }
H1.HeaderClassName
{
color: #CD9185;
}
.AnyTagClassName
{
color: #CD9185;
}
</style>
background-color css
<style>
a { background-color: #CD9185; }
a { background-color: rgb(205,145,133); }
div.DivClassName
{
background-color: #CD9185;
}
.BgClassName
{
background-color: #CD9185;
}
</style>
border-color css
<style>
span { border-color: #CD9185; }
span { border-color: rgb(205,145,133); }
td.TdClassName
{
border-color: #CD9185;
}
.TagClassName
{
border-color: #CD9185;
}
</style>