Shades of Sea Pink #D6837B
Tints of Sea Pink #D6837B
RGB
CMYK
RGB Variations
Color information
#D6837B (or 0xD6837B) is known color: Sea Pink. HEX triplet: D6, 83 and 7B. RGB value is (214,131,123). Sum of RGB (Red+Green+Blue) = 214+131+123=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6837B is #297C84. Grayscale: #9B9B9B. Windows color (decimal): -2718853 or 8094678. OLE color: 8094678.
HSL color Cylindrical-coordinate representation of color #D6837B: hue angle of 5.27º 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 #D6837B is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 123 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.16 |
| HSL | 5.27º | 0.53% | 0.66% | - |
| HSV(B) | 5.27º | 0.43% | 0.84% | - |
| XYZ | 39.42 | 31.96 | 22.83 | - |
| YUV | 154.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 123 | 0 | 0.39 | 0.43 | 0.16 | 5.27 | 0.53 | 0.66 |
| Hex | D6 | 83 | 7B | 0 | 27 | 2B | 10 | 5 | 35 | 42 |
| Octal | 326 | 203 | 173 | 0 | 47 | 53 | 20 | 5 | 65 | 102 |
| Binary | 11010110 | 10000011 | 1111011 | 0 | 100111 | 101011 | 10000 | 101 | 110101 | 1000010 |
Color Harmonies of #D6837B
Complementary color
Monochromatic Colors of #D6837B
Black with #D6837B
Text Example
Text Example
White with #D6837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6837B; }
p { color: rgb(214,131,123); }
H1.HeaderClassName
{
color: #D6837B;
}
.AnyTagClassName
{
color: #D6837B;
}
</style>
background-color css
<style>
a { background-color: #D6837B; }
a { background-color: rgb(214,131,123); }
div.DivClassName
{
background-color: #D6837B;
}
.BgClassName
{
background-color: #D6837B;
}
</style>
border-color css
<style>
span { border-color: #D6837B; }
span { border-color: rgb(214,131,123); }
td.TdClassName
{
border-color: #D6837B;
}
.TagClassName
{
border-color: #D6837B;
}
</style>