Shades of My Pink #D68C7A
Tints of My Pink #D68C7A
RGB
CMYK
RGB Variations
Color information
#D68C7A (or 0xD68C7A) is known color: My Pink. HEX triplet: D6, 8C and 7A. RGB value is (214,140,122). Sum of RGB (Red+Green+Blue) = 214+140+122=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C7A is #297385. Grayscale: #A0A0A0. Windows color (decimal): -2716550 or 8031446. OLE color: 8031446.
HSL color Cylindrical-coordinate representation of color #D68C7A: hue angle of 11.74º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68C7A is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 122 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.16 |
| HSL | 11.74º | 0.53% | 0.66% | - |
| HSV(B) | 11.74º | 0.43% | 0.84% | - |
| XYZ | 40.62 | 34.46 | 22.92 | - |
| YUV | 160.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 122 | 0 | 0.35 | 0.43 | 0.16 | 11.74 | 0.53 | 0.66 |
| Hex | D6 | 8C | 7A | 0 | 23 | 2B | 10 | C | 35 | 42 |
| Octal | 326 | 214 | 172 | 0 | 43 | 53 | 20 | 14 | 65 | 102 |
| Binary | 11010110 | 10001100 | 1111010 | 0 | 100011 | 101011 | 10000 | 1100 | 110101 | 1000010 |
Color Harmonies of #D68C7A
Complementary color
Monochromatic Colors of #D68C7A
Black with #D68C7A
Text Example
Text Example
White with #D68C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C7A; }
p { color: rgb(214,140,122); }
H1.HeaderClassName
{
color: #D68C7A;
}
.AnyTagClassName
{
color: #D68C7A;
}
</style>
background-color css
<style>
a { background-color: #D68C7A; }
a { background-color: rgb(214,140,122); }
div.DivClassName
{
background-color: #D68C7A;
}
.BgClassName
{
background-color: #D68C7A;
}
</style>
border-color css
<style>
span { border-color: #D68C7A; }
span { border-color: rgb(214,140,122); }
td.TdClassName
{
border-color: #D68C7A;
}
.TagClassName
{
border-color: #D68C7A;
}
</style>