Shades of Sea Pink #CF827F
Tints of Sea Pink #CF827F
RGB
CMYK
RGB Variations
Color information
#CF827F (or 0xCF827F) is known color: Sea Pink. HEX triplet: CF, 82 and 7F. RGB value is (207,130,127). Sum of RGB (Red+Green+Blue) = 207+130+127=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF827F is #307D80. Grayscale: #989898. Windows color (decimal): -3177857 or 8356559. OLE color: 8356559.
HSL color Cylindrical-coordinate representation of color #CF827F: hue angle of 2.25º degrees, saturation: 0.45, 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 #CF827F is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 127 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.19 |
| HSL | 2.25º | 0.45% | 0.65% | - |
| HSV(B) | 2.25º | 0.39% | 0.81% | - |
| XYZ | 37.55 | 30.76 | 24.04 | - |
| YUV | 152.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 127 | 0 | 0.37 | 0.39 | 0.19 | 2.25 | 0.45 | 0.65 |
| Hex | CF | 82 | 7F | 0 | 25 | 27 | 13 | 2 | 2D | 41 |
| Octal | 317 | 202 | 177 | 0 | 45 | 47 | 23 | 2 | 55 | 101 |
| Binary | 11001111 | 10000010 | 1111111 | 0 | 100101 | 100111 | 10011 | 10 | 101101 | 1000001 |
Color Harmonies of #CF827F
Complementary color
Monochromatic Colors of #CF827F
Black with #CF827F
Text Example
Text Example
White with #CF827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF827F; }
p { color: rgb(207,130,127); }
H1.HeaderClassName
{
color: #CF827F;
}
.AnyTagClassName
{
color: #CF827F;
}
</style>
background-color css
<style>
a { background-color: #CF827F; }
a { background-color: rgb(207,130,127); }
div.DivClassName
{
background-color: #CF827F;
}
.BgClassName
{
background-color: #CF827F;
}
</style>
border-color css
<style>
span { border-color: #CF827F; }
span { border-color: rgb(207,130,127); }
td.TdClassName
{
border-color: #CF827F;
}
.TagClassName
{
border-color: #CF827F;
}
</style>