Shades of My Pink #CD8575
Tints of My Pink #CD8575
RGB
CMYK
RGB Variations
Color information
#CD8575 (or 0xCD8575) is known color: My Pink. HEX triplet: CD, 85 and 75. RGB value is (205,133,117). Sum of RGB (Red+Green+Blue) = 205+133+117=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8575 is #327A8A. Grayscale: #989898. Windows color (decimal): -3308171 or 7701965. OLE color: 7701965.
HSL color Cylindrical-coordinate representation of color #CD8575: hue angle of 10.91º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD8575 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 117 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.20 |
| HSL | 10.91º | 0.47% | 0.63% | - |
| HSV(B) | 10.91º | 0.43% | 0.8% | - |
| XYZ | 36.78 | 31.04 | 20.88 | - |
| YUV | 152.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 117 | 0 | 0.35 | 0.43 | 0.20 | 10.91 | 0.47 | 0.63 |
| Hex | CD | 85 | 75 | 0 | 23 | 2B | 14 | B | 2F | 3F |
| Octal | 315 | 205 | 165 | 0 | 43 | 53 | 24 | 13 | 57 | 77 |
| Binary | 11001101 | 10000101 | 1110101 | 0 | 100011 | 101011 | 10100 | 1011 | 101111 | 111111 |
Color Harmonies of #CD8575
Complementary color
Monochromatic Colors of #CD8575
Black with #CD8575
Text Example
Text Example
White with #CD8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8575; }
p { color: rgb(205,133,117); }
H1.HeaderClassName
{
color: #CD8575;
}
.AnyTagClassName
{
color: #CD8575;
}
</style>
background-color css
<style>
a { background-color: #CD8575; }
a { background-color: rgb(205,133,117); }
div.DivClassName
{
background-color: #CD8575;
}
.BgClassName
{
background-color: #CD8575;
}
</style>
border-color css
<style>
span { border-color: #CD8575; }
span { border-color: rgb(205,133,117); }
td.TdClassName
{
border-color: #CD8575;
}
.TagClassName
{
border-color: #CD8575;
}
</style>