Shades of Sea Pink #CF827D
Tints of Sea Pink #CF827D
RGB
CMYK
RGB Variations
Color information
#CF827D (or 0xCF827D) is known color: Sea Pink. HEX triplet: CF, 82 and 7D. RGB value is (207,130,125). Sum of RGB (Red+Green+Blue) = 207+130+125=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF827D is #307D82. Grayscale: #989898. Windows color (decimal): -3177859 or 8225487. OLE color: 8225487.
HSL color Cylindrical-coordinate representation of color #CF827D: hue angle of 3.66º 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 #CF827D is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 125 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.19 |
| HSL | 3.66º | 0.46% | 0.65% | - |
| HSV(B) | 3.66º | 0.4% | 0.81% | - |
| XYZ | 37.42 | 30.71 | 23.36 | - |
| YUV | 152.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 125 | 0 | 0.37 | 0.40 | 0.19 | 3.66 | 0.46 | 0.65 |
| Hex | CF | 82 | 7D | 0 | 25 | 28 | 13 | 4 | 2E | 41 |
| Octal | 317 | 202 | 175 | 0 | 45 | 50 | 23 | 4 | 56 | 101 |
| Binary | 11001111 | 10000010 | 1111101 | 0 | 100101 | 101000 | 10011 | 100 | 101110 | 1000001 |
Color Harmonies of #CF827D
Complementary color
Monochromatic Colors of #CF827D
Black with #CF827D
Text Example
Text Example
White with #CF827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF827D; }
p { color: rgb(207,130,125); }
H1.HeaderClassName
{
color: #CF827D;
}
.AnyTagClassName
{
color: #CF827D;
}
</style>
background-color css
<style>
a { background-color: #CF827D; }
a { background-color: rgb(207,130,125); }
div.DivClassName
{
background-color: #CF827D;
}
.BgClassName
{
background-color: #CF827D;
}
</style>
border-color css
<style>
span { border-color: #CF827D; }
span { border-color: rgb(207,130,125); }
td.TdClassName
{
border-color: #CF827D;
}
.TagClassName
{
border-color: #CF827D;
}
</style>