Shades of My Pink #D48C82
Tints of My Pink #D48C82
RGB
CMYK
RGB Variations
Color information
#D48C82 (or 0xD48C82) is known color: My Pink. HEX triplet: D4, 8C and 82. RGB value is (212,140,130). Sum of RGB (Red+Green+Blue) = 212+140+130=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48C82 is #2B737D. Grayscale: #A0A0A0. Windows color (decimal): -2847614 or 8555732. OLE color: 8555732.
HSL color Cylindrical-coordinate representation of color #D48C82: hue angle of 7.32º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D48C82 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 130 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.17 |
| HSL | 7.32º | 0.49% | 0.67% | - |
| HSV(B) | 7.32º | 0.39% | 0.83% | - |
| XYZ | 40.56 | 34.36 | 25.61 | - |
| YUV | 160.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 130 | 0 | 0.34 | 0.39 | 0.17 | 7.32 | 0.49 | 0.67 |
| Hex | D4 | 8C | 82 | 0 | 22 | 27 | 11 | 7 | 31 | 43 |
| Octal | 324 | 214 | 202 | 0 | 42 | 47 | 21 | 7 | 61 | 103 |
| Binary | 11010100 | 10001100 | 10000010 | 0 | 100010 | 100111 | 10001 | 111 | 110001 | 1000011 |
Color Harmonies of #D48C82
Complementary color
Monochromatic Colors of #D48C82
Black with #D48C82
Text Example
Text Example
White with #D48C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48C82; }
p { color: rgb(212,140,130); }
H1.HeaderClassName
{
color: #D48C82;
}
.AnyTagClassName
{
color: #D48C82;
}
</style>
background-color css
<style>
a { background-color: #D48C82; }
a { background-color: rgb(212,140,130); }
div.DivClassName
{
background-color: #D48C82;
}
.BgClassName
{
background-color: #D48C82;
}
</style>
border-color css
<style>
span { border-color: #D48C82; }
span { border-color: rgb(212,140,130); }
td.TdClassName
{
border-color: #D48C82;
}
.TagClassName
{
border-color: #D48C82;
}
</style>