Shades of Sea Pink #CF807B
Tints of Sea Pink #CF807B
RGB
CMYK
RGB Variations
Color information
#CF807B (or 0xCF807B) is known color: Sea Pink. HEX triplet: CF, 80 and 7B. RGB value is (207,128,123). Sum of RGB (Red+Green+Blue) = 207+128+123=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF807B is #307F84. Grayscale: #979797. Windows color (decimal): -3178373 or 8093903. OLE color: 8093903.
HSL color Cylindrical-coordinate representation of color #CF807B: hue angle of 3.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF807B is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 123 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.19 |
| HSL | 3.57º | 0.47% | 0.65% | - |
| HSV(B) | 3.57º | 0.41% | 0.81% | - |
| XYZ | 37.03 | 30.13 | 22.6 | - |
| YUV | 151.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 123 | 0 | 0.38 | 0.41 | 0.19 | 3.57 | 0.47 | 0.65 |
| Hex | CF | 80 | 7B | 0 | 26 | 29 | 13 | 4 | 2F | 41 |
| Octal | 317 | 200 | 173 | 0 | 46 | 51 | 23 | 4 | 57 | 101 |
| Binary | 11001111 | 10000000 | 1111011 | 0 | 100110 | 101001 | 10011 | 100 | 101111 | 1000001 |
Color Harmonies of #CF807B
Complementary color
Monochromatic Colors of #CF807B
Black with #CF807B
Text Example
Text Example
White with #CF807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF807B; }
p { color: rgb(207,128,123); }
H1.HeaderClassName
{
color: #CF807B;
}
.AnyTagClassName
{
color: #CF807B;
}
</style>
background-color css
<style>
a { background-color: #CF807B; }
a { background-color: rgb(207,128,123); }
div.DivClassName
{
background-color: #CF807B;
}
.BgClassName
{
background-color: #CF807B;
}
</style>
border-color css
<style>
span { border-color: #CF807B; }
span { border-color: rgb(207,128,123); }
td.TdClassName
{
border-color: #CF807B;
}
.TagClassName
{
border-color: #CF807B;
}
</style>