Shades of Charm #D68188
Tints of Charm #D68188
RGB
CMYK
RGB Variations
Color information
#D68188 (or 0xD68188) is known color: Charm. HEX triplet: D6, 81 and 88. RGB value is (214,129,136). Sum of RGB (Red+Green+Blue) = 214+129+136=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D68188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68188 is #297E77. Grayscale: #9B9B9B. Windows color (decimal): -2719352 or 8946134. OLE color: 8946134.
HSL color Cylindrical-coordinate representation of color #D68188: hue angle of 355.06º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68188 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 136 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.16 |
| HSL | 355.06º | 0.51% | 0.67% | - |
| HSV(B) | 355.06º | 0.4% | 0.84% | - |
| XYZ | 40.03 | 31.77 | 27.32 | - |
| YUV | 155.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 136 | 0 | 0.40 | 0.36 | 0.16 | 355.06 | 0.51 | 0.67 |
| Hex | D6 | 81 | 88 | 0 | 28 | 24 | 10 | 163 | 33 | 43 |
| Octal | 326 | 201 | 210 | 0 | 50 | 44 | 20 | 543 | 63 | 103 |
| Binary | 11010110 | 10000001 | 10001000 | 0 | 101000 | 100100 | 10000 | 101100011 | 110011 | 1000011 |
Color Harmonies of #D68188
Complementary color
Monochromatic Colors of #D68188
Black with #D68188
Text Example
Text Example
White with #D68188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68188; }
p { color: rgb(214,129,136); }
H1.HeaderClassName
{
color: #D68188;
}
.AnyTagClassName
{
color: #D68188;
}
</style>
background-color css
<style>
a { background-color: #D68188; }
a { background-color: rgb(214,129,136); }
div.DivClassName
{
background-color: #D68188;
}
.BgClassName
{
background-color: #D68188;
}
</style>
border-color css
<style>
span { border-color: #D68188; }
span { border-color: rgb(214,129,136); }
td.TdClassName
{
border-color: #D68188;
}
.TagClassName
{
border-color: #D68188;
}
</style>