Shades of Sea Pink #CC7876
Tints of Sea Pink #CC7876
RGB
CMYK
RGB Variations
Color information
#CC7876 (or 0xCC7876) is known color: Sea Pink. HEX triplet: CC, 78 and 76. RGB value is (204,120,118). Sum of RGB (Red+Green+Blue) = 204+120+118=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7876 is #338789. Grayscale: #909090. Windows color (decimal): -3377034 or 7764172. OLE color: 7764172.
HSL color Cylindrical-coordinate representation of color #CC7876: hue angle of 1.4º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7876 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 118 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.2 |
| HSL | 1.4º | 0.46% | 0.63% | - |
| HSV(B) | 1.4º | 0.42% | 0.8% | - |
| XYZ | 34.89 | 27.58 | 20.62 | - |
| YUV | 144.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 118 | 0 | 0.41 | 0.42 | 0.2 | 1.4 | 0.46 | 0.63 |
| Hex | CC | 78 | 76 | 0 | 29 | 2A | 14 | 1 | 2E | 3F |
| Octal | 314 | 170 | 166 | 0 | 51 | 52 | 24 | 1 | 56 | 77 |
| Binary | 11001100 | 1111000 | 1110110 | 0 | 101001 | 101010 | 10100 | 1 | 101110 | 111111 |
Color Harmonies of #CC7876
Complementary color
Monochromatic Colors of #CC7876
Black with #CC7876
Text Example
Text Example
White with #CC7876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7876; }
p { color: rgb(204,120,118); }
H1.HeaderClassName
{
color: #CC7876;
}
.AnyTagClassName
{
color: #CC7876;
}
</style>
background-color css
<style>
a { background-color: #CC7876; }
a { background-color: rgb(204,120,118); }
div.DivClassName
{
background-color: #CC7876;
}
.BgClassName
{
background-color: #CC7876;
}
</style>
border-color css
<style>
span { border-color: #CC7876; }
span { border-color: rgb(204,120,118); }
td.TdClassName
{
border-color: #CC7876;
}
.TagClassName
{
border-color: #CC7876;
}
</style>