Shades of Sea Pink #CC7979
Tints of Sea Pink #CC7979
RGB
CMYK
RGB Variations
Color information
#CC7979 (or 0xCC7979) is known color: Sea Pink. HEX triplet: CC, 79 and 79. RGB value is (204,121,121). Sum of RGB (Red+Green+Blue) = 204+121+121=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7979 is #338686. Grayscale: #919191. Windows color (decimal): -3376775 or 7961036. OLE color: 7961036.
HSL color Cylindrical-coordinate representation of color #CC7979: 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 #CC7979 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 121 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.2 |
| HSL | 0º | 0.45% | 0.64% | - |
| HSV(B) | 0º | 0.41% | 0.8% | - |
| XYZ | 35.19 | 27.89 | 21.62 | - |
| YUV | 145.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 121 | 0 | 0.41 | 0.41 | 0.2 | 0 | 0.45 | 0.64 |
| Hex | CC | 79 | 79 | 0 | 29 | 29 | 14 | 0 | 2D | 40 |
| Octal | 314 | 171 | 171 | 0 | 51 | 51 | 24 | 0 | 55 | 100 |
| Binary | 11001100 | 1111001 | 1111001 | 0 | 101001 | 101001 | 10100 | 0 | 101101 | 1000000 |
Color Harmonies of #CC7979
Complementary color
Monochromatic Colors of #CC7979
Black with #CC7979
Text Example
Text Example
White with #CC7979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7979; }
p { color: rgb(204,121,121); }
H1.HeaderClassName
{
color: #CC7979;
}
.AnyTagClassName
{
color: #CC7979;
}
</style>
background-color css
<style>
a { background-color: #CC7979; }
a { background-color: rgb(204,121,121); }
div.DivClassName
{
background-color: #CC7979;
}
.BgClassName
{
background-color: #CC7979;
}
</style>
border-color css
<style>
span { border-color: #CC7979; }
span { border-color: rgb(204,121,121); }
td.TdClassName
{
border-color: #CC7979;
}
.TagClassName
{
border-color: #CC7979;
}
</style>