Shades of Sea Pink #CF817E
Tints of Sea Pink #CF817E
RGB
CMYK
RGB Variations
Color information
#CF817E (or 0xCF817E) is known color: Sea Pink. HEX triplet: CF, 81 and 7E. RGB value is (207,129,126). Sum of RGB (Red+Green+Blue) = 207+129+126=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF817E is #307E81. Grayscale: #989898. Windows color (decimal): -3178114 or 8290767. OLE color: 8290767.
HSL color Cylindrical-coordinate representation of color #CF817E: hue angle of 2.22º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF817E is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 126 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.19 |
| HSL | 2.22º | 0.46% | 0.65% | - |
| HSV(B) | 2.22º | 0.39% | 0.81% | - |
| XYZ | 37.35 | 30.47 | 23.65 | - |
| YUV | 151.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 126 | 0 | 0.38 | 0.39 | 0.19 | 2.22 | 0.46 | 0.65 |
| Hex | CF | 81 | 7E | 0 | 26 | 27 | 13 | 2 | 2E | 41 |
| Octal | 317 | 201 | 176 | 0 | 46 | 47 | 23 | 2 | 56 | 101 |
| Binary | 11001111 | 10000001 | 1111110 | 0 | 100110 | 100111 | 10011 | 10 | 101110 | 1000001 |
Color Harmonies of #CF817E
Complementary color
Monochromatic Colors of #CF817E
Black with #CF817E
Text Example
Text Example
White with #CF817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF817E; }
p { color: rgb(207,129,126); }
H1.HeaderClassName
{
color: #CF817E;
}
.AnyTagClassName
{
color: #CF817E;
}
</style>
background-color css
<style>
a { background-color: #CF817E; }
a { background-color: rgb(207,129,126); }
div.DivClassName
{
background-color: #CF817E;
}
.BgClassName
{
background-color: #CF817E;
}
</style>
border-color css
<style>
span { border-color: #CF817E; }
span { border-color: rgb(207,129,126); }
td.TdClassName
{
border-color: #CF817E;
}
.TagClassName
{
border-color: #CF817E;
}
</style>