Shades of Sea Pink #CC7878
Tints of Sea Pink #CC7878
RGB
CMYK
RGB Variations
Color information
#CC7878 (or 0xCC7878) is known color: Sea Pink. HEX triplet: CC, 78 and 78. RGB value is (204,120,120). Sum of RGB (Red+Green+Blue) = 204+120+120=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7878 is #338787. Grayscale: #919191. Windows color (decimal): -3377032 or 7895244. OLE color: 7895244.
HSL color Cylindrical-coordinate representation of color #CC7878: hue angle of 0º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC7878 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 120 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.2 |
| HSL | 0º | 0.45% | 0.64% | - |
| HSV(B) | 0º | 0.41% | 0.8% | - |
| XYZ | 35.01 | 27.63 | 21.26 | - |
| YUV | 145.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 120 | 0 | 0.41 | 0.41 | 0.2 | 0 | 0.45 | 0.64 |
| Hex | CC | 78 | 78 | 0 | 29 | 29 | 14 | 0 | 2D | 40 |
| Octal | 314 | 170 | 170 | 0 | 51 | 51 | 24 | 0 | 55 | 100 |
| Binary | 11001100 | 1111000 | 1111000 | 0 | 101001 | 101001 | 10100 | 0 | 101101 | 1000000 |
Color Harmonies of #CC7878
Complementary color
Monochromatic Colors of #CC7878
Black with #CC7878
Text Example
Text Example
White with #CC7878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7878; }
p { color: rgb(204,120,120); }
H1.HeaderClassName
{
color: #CC7878;
}
.AnyTagClassName
{
color: #CC7878;
}
</style>
background-color css
<style>
a { background-color: #CC7878; }
a { background-color: rgb(204,120,120); }
div.DivClassName
{
background-color: #CC7878;
}
.BgClassName
{
background-color: #CC7878;
}
</style>
border-color css
<style>
span { border-color: #CC7878; }
span { border-color: rgb(204,120,120); }
td.TdClassName
{
border-color: #CC7878;
}
.TagClassName
{
border-color: #CC7878;
}
</style>