Shades of Sea Pink #CF817C
Tints of Sea Pink #CF817C
RGB
CMYK
RGB Variations
Color information
#CF817C (or 0xCF817C) is known color: Sea Pink. HEX triplet: CF, 81 and 7C. RGB value is (207,129,124). Sum of RGB (Red+Green+Blue) = 207+129+124=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF817C is #307E83. Grayscale: #979797. Windows color (decimal): -3178116 or 8159695. OLE color: 8159695.
HSL color Cylindrical-coordinate representation of color #CF817C: hue angle of 3.61º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF817C is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 124 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.19 |
| HSL | 3.61º | 0.46% | 0.65% | - |
| HSV(B) | 3.61º | 0.4% | 0.81% | - |
| XYZ | 37.22 | 30.42 | 22.98 | - |
| YUV | 151.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 124 | 0 | 0.38 | 0.40 | 0.19 | 3.61 | 0.46 | 0.65 |
| Hex | CF | 81 | 7C | 0 | 26 | 28 | 13 | 4 | 2E | 41 |
| Octal | 317 | 201 | 174 | 0 | 46 | 50 | 23 | 4 | 56 | 101 |
| Binary | 11001111 | 10000001 | 1111100 | 0 | 100110 | 101000 | 10011 | 100 | 101110 | 1000001 |
Color Harmonies of #CF817C
Complementary color
Monochromatic Colors of #CF817C
Black with #CF817C
Text Example
Text Example
White with #CF817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF817C; }
p { color: rgb(207,129,124); }
H1.HeaderClassName
{
color: #CF817C;
}
.AnyTagClassName
{
color: #CF817C;
}
</style>
background-color css
<style>
a { background-color: #CF817C; }
a { background-color: rgb(207,129,124); }
div.DivClassName
{
background-color: #CF817C;
}
.BgClassName
{
background-color: #CF817C;
}
</style>
border-color css
<style>
span { border-color: #CF817C; }
span { border-color: rgb(207,129,124); }
td.TdClassName
{
border-color: #CF817C;
}
.TagClassName
{
border-color: #CF817C;
}
</style>