Shades of My Pink #D68C7F
Tints of My Pink #D68C7F
RGB
CMYK
RGB Variations
Color information
#D68C7F (or 0xD68C7F) is known color: My Pink. HEX triplet: D6, 8C and 7F. RGB value is (214,140,127). Sum of RGB (Red+Green+Blue) = 214+140+127=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C7F is #297380. Grayscale: #A0A0A0. Windows color (decimal): -2716545 or 8359126. OLE color: 8359126.
HSL color Cylindrical-coordinate representation of color #D68C7F: hue angle of 8.97º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D68C7F is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 127 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.16 |
| HSL | 8.97º | 0.51% | 0.67% | - |
| HSV(B) | 8.97º | 0.41% | 0.84% | - |
| XYZ | 40.94 | 34.58 | 24.6 | - |
| YUV | 160.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 127 | 0 | 0.35 | 0.41 | 0.16 | 8.97 | 0.51 | 0.67 |
| Hex | D6 | 8C | 7F | 0 | 23 | 29 | 10 | 9 | 33 | 43 |
| Octal | 326 | 214 | 177 | 0 | 43 | 51 | 20 | 11 | 63 | 103 |
| Binary | 11010110 | 10001100 | 1111111 | 0 | 100011 | 101001 | 10000 | 1001 | 110011 | 1000011 |
Color Harmonies of #D68C7F
Complementary color
Monochromatic Colors of #D68C7F
Black with #D68C7F
Text Example
Text Example
White with #D68C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C7F; }
p { color: rgb(214,140,127); }
H1.HeaderClassName
{
color: #D68C7F;
}
.AnyTagClassName
{
color: #D68C7F;
}
</style>
background-color css
<style>
a { background-color: #D68C7F; }
a { background-color: rgb(214,140,127); }
div.DivClassName
{
background-color: #D68C7F;
}
.BgClassName
{
background-color: #D68C7F;
}
</style>
border-color css
<style>
span { border-color: #D68C7F; }
span { border-color: rgb(214,140,127); }
td.TdClassName
{
border-color: #D68C7F;
}
.TagClassName
{
border-color: #D68C7F;
}
</style>