Shades of Sea Pink #D67674
Tints of Sea Pink #D67674
RGB
CMYK
RGB Variations
Color information
#D67674 (or 0xD67674) is known color: Sea Pink. HEX triplet: D6, 76 and 74. RGB value is (214,118,116). Sum of RGB (Red+Green+Blue) = 214+118+116=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D67674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67674 is #29898B. Grayscale: #929292. Windows color (decimal): -2722188 or 7632598. OLE color: 7632598.
HSL color Cylindrical-coordinate representation of color #D67674: hue angle of 1.22º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67674 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 116 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.16 |
| HSL | 1.22º | 0.54% | 0.65% | - |
| HSV(B) | 1.22º | 0.46% | 0.84% | - |
| XYZ | 37.36 | 28.51 | 20.06 | - |
| YUV | 146.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 116 | 0 | 0.45 | 0.46 | 0.16 | 1.22 | 0.54 | 0.65 |
| Hex | D6 | 76 | 74 | 0 | 2D | 2E | 10 | 1 | 36 | 41 |
| Octal | 326 | 166 | 164 | 0 | 55 | 56 | 20 | 1 | 66 | 101 |
| Binary | 11010110 | 1110110 | 1110100 | 0 | 101101 | 101110 | 10000 | 1 | 110110 | 1000001 |
Color Harmonies of #D67674
Complementary color
Monochromatic Colors of #D67674
Black with #D67674
Text Example
Text Example
White with #D67674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67674; }
p { color: rgb(214,118,116); }
H1.HeaderClassName
{
color: #D67674;
}
.AnyTagClassName
{
color: #D67674;
}
</style>
background-color css
<style>
a { background-color: #D67674; }
a { background-color: rgb(214,118,116); }
div.DivClassName
{
background-color: #D67674;
}
.BgClassName
{
background-color: #D67674;
}
</style>
border-color css
<style>
span { border-color: #D67674; }
span { border-color: rgb(214,118,116); }
td.TdClassName
{
border-color: #D67674;
}
.TagClassName
{
border-color: #D67674;
}
</style>