Shades of Sea Pink #D67976
Tints of Sea Pink #D67976
RGB
CMYK
RGB Variations
Color information
#D67976 (or 0xD67976) is known color: Sea Pink. HEX triplet: D6, 79 and 76. RGB value is (214,121,118). Sum of RGB (Red+Green+Blue) = 214+121+118=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D67976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67976 is #298689. Grayscale: #949494. Windows color (decimal): -2721418 or 7764438. OLE color: 7764438.
HSL color Cylindrical-coordinate representation of color #D67976: hue angle of 1.88º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67976 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 118 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.16 |
| HSL | 1.88º | 0.54% | 0.65% | - |
| HSV(B) | 1.88º | 0.45% | 0.84% | - |
| XYZ | 37.84 | 29.28 | 20.8 | - |
| YUV | 148.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 118 | 0 | 0.43 | 0.45 | 0.16 | 1.88 | 0.54 | 0.65 |
| Hex | D6 | 79 | 76 | 0 | 2B | 2D | 10 | 2 | 36 | 41 |
| Octal | 326 | 171 | 166 | 0 | 53 | 55 | 20 | 2 | 66 | 101 |
| Binary | 11010110 | 1111001 | 1110110 | 0 | 101011 | 101101 | 10000 | 10 | 110110 | 1000001 |
Color Harmonies of #D67976
Complementary color
Monochromatic Colors of #D67976
Black with #D67976
Text Example
Text Example
White with #D67976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67976; }
p { color: rgb(214,121,118); }
H1.HeaderClassName
{
color: #D67976;
}
.AnyTagClassName
{
color: #D67976;
}
</style>
background-color css
<style>
a { background-color: #D67976; }
a { background-color: rgb(214,121,118); }
div.DivClassName
{
background-color: #D67976;
}
.BgClassName
{
background-color: #D67976;
}
</style>
border-color css
<style>
span { border-color: #D67976; }
span { border-color: rgb(214,121,118); }
td.TdClassName
{
border-color: #D67976;
}
.TagClassName
{
border-color: #D67976;
}
</style>