Shades of Sea Pink #D6847E
Tints of Sea Pink #D6847E
RGB
CMYK
RGB Variations
Color information
#D6847E (or 0xD6847E) is known color: Sea Pink. HEX triplet: D6, 84 and 7E. RGB value is (214,132,126). Sum of RGB (Red+Green+Blue) = 214+132+126=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6847E is #297B81. Grayscale: #9B9B9B. Windows color (decimal): -2718594 or 8291542. OLE color: 8291542.
HSL color Cylindrical-coordinate representation of color #D6847E: hue angle of 4.09º degrees, saturation: 0.52, 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 #D6847E is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 126 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.16 |
| HSL | 4.09º | 0.52% | 0.67% | - |
| HSV(B) | 4.09º | 0.41% | 0.84% | - |
| XYZ | 39.75 | 32.31 | 23.88 | - |
| YUV | 155.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 126 | 0 | 0.38 | 0.41 | 0.16 | 4.09 | 0.52 | 0.67 |
| Hex | D6 | 84 | 7E | 0 | 26 | 29 | 10 | 4 | 34 | 43 |
| Octal | 326 | 204 | 176 | 0 | 46 | 51 | 20 | 4 | 64 | 103 |
| Binary | 11010110 | 10000100 | 1111110 | 0 | 100110 | 101001 | 10000 | 100 | 110100 | 1000011 |
Color Harmonies of #D6847E
Complementary color
Monochromatic Colors of #D6847E
Black with #D6847E
Text Example
Text Example
White with #D6847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6847E; }
p { color: rgb(214,132,126); }
H1.HeaderClassName
{
color: #D6847E;
}
.AnyTagClassName
{
color: #D6847E;
}
</style>
background-color css
<style>
a { background-color: #D6847E; }
a { background-color: rgb(214,132,126); }
div.DivClassName
{
background-color: #D6847E;
}
.BgClassName
{
background-color: #D6847E;
}
</style>
border-color css
<style>
span { border-color: #D6847E; }
span { border-color: rgb(214,132,126); }
td.TdClassName
{
border-color: #D6847E;
}
.TagClassName
{
border-color: #D6847E;
}
</style>