Shades of My Pink #CD837B
Tints of My Pink #CD837B
RGB
CMYK
RGB Variations
Color information
#CD837B (or 0xCD837B) is known color: My Pink. HEX triplet: CD, 83 and 7B. RGB value is (205,131,123). Sum of RGB (Red+Green+Blue) = 205+131+123=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD837B is #327C84. Grayscale: #989898. Windows color (decimal): -3308677 or 8094669. OLE color: 8094669.
HSL color Cylindrical-coordinate representation of color #CD837B: hue angle of 5.85º 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 #CD837B is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 131 | 123 | - |
| CMYK | 0 | 0.36 | 0.4 | 0.20 |
| HSL | 5.85º | 0.45% | 0.64% | - |
| HSV(B) | 5.85º | 0.4% | 0.8% | - |
| XYZ | 36.87 | 30.64 | 22.71 | - |
| YUV | 152.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 131 | 123 | 0 | 0.36 | 0.4 | 0.20 | 5.85 | 0.45 | 0.64 |
| Hex | CD | 83 | 7B | 0 | 24 | 28 | 14 | 6 | 2D | 40 |
| Octal | 315 | 203 | 173 | 0 | 44 | 50 | 24 | 6 | 55 | 100 |
| Binary | 11001101 | 10000011 | 1111011 | 0 | 100100 | 101000 | 10100 | 110 | 101101 | 1000000 |
Color Harmonies of #CD837B
Complementary color
Monochromatic Colors of #CD837B
Black with #CD837B
Text Example
Text Example
White with #CD837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD837B; }
p { color: rgb(205,131,123); }
H1.HeaderClassName
{
color: #CD837B;
}
.AnyTagClassName
{
color: #CD837B;
}
</style>
background-color css
<style>
a { background-color: #CD837B; }
a { background-color: rgb(205,131,123); }
div.DivClassName
{
background-color: #CD837B;
}
.BgClassName
{
background-color: #CD837B;
}
</style>
border-color css
<style>
span { border-color: #CD837B; }
span { border-color: rgb(205,131,123); }
td.TdClassName
{
border-color: #CD837B;
}
.TagClassName
{
border-color: #CD837B;
}
</style>