Shades of Sea Pink #CF7575
Tints of Sea Pink #CF7575
RGB
CMYK
RGB Variations
Color information
#CF7575 (or 0xCF7575) is known color: Sea Pink. HEX triplet: CF, 75 and 75. RGB value is (207,117,117). Sum of RGB (Red+Green+Blue) = 207+117+117=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7575 is #308A8A. Grayscale: #909090. Windows color (decimal): -3181195 or 7697871. OLE color: 7697871.
HSL color Cylindrical-coordinate representation of color #CF7575: hue angle of 0º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7575 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 117 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.19 |
| HSL | 0º | 0.48% | 0.64% | - |
| HSV(B) | 0º | 0.43% | 0.81% | - |
| XYZ | 35.3 | 27.27 | 20.23 | - |
| YUV | 143.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 117 | 0 | 0.43 | 0.43 | 0.19 | 0 | 0.48 | 0.64 |
| Hex | CF | 75 | 75 | 0 | 2B | 2B | 13 | 0 | 30 | 40 |
| Octal | 317 | 165 | 165 | 0 | 53 | 53 | 23 | 0 | 60 | 100 |
| Binary | 11001111 | 1110101 | 1110101 | 0 | 101011 | 101011 | 10011 | 0 | 110000 | 1000000 |
Color Harmonies of #CF7575
Complementary color
Monochromatic Colors of #CF7575
Black with #CF7575
Text Example
Text Example
White with #CF7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7575; }
p { color: rgb(207,117,117); }
H1.HeaderClassName
{
color: #CF7575;
}
.AnyTagClassName
{
color: #CF7575;
}
</style>
background-color css
<style>
a { background-color: #CF7575; }
a { background-color: rgb(207,117,117); }
div.DivClassName
{
background-color: #CF7575;
}
.BgClassName
{
background-color: #CF7575;
}
</style>
border-color css
<style>
span { border-color: #CF7575; }
span { border-color: rgb(207,117,117); }
td.TdClassName
{
border-color: #CF7575;
}
.TagClassName
{
border-color: #CF7575;
}
</style>