Shades of Sea Pink #CC7976
Tints of Sea Pink #CC7976
RGB
CMYK
RGB Variations
Color information
#CC7976 (or 0xCC7976) is known color: Sea Pink. HEX triplet: CC, 79 and 76. RGB value is (204,121,118). Sum of RGB (Red+Green+Blue) = 204+121+118=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7976 is #338689. Grayscale: #919191. Windows color (decimal): -3376778 or 7764428. OLE color: 7764428.
HSL color Cylindrical-coordinate representation of color #CC7976: hue angle of 2.09º 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 #CC7976 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 118 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.2 |
| HSL | 2.09º | 0.46% | 0.63% | - |
| HSV(B) | 2.09º | 0.42% | 0.8% | - |
| XYZ | 35.01 | 27.82 | 20.66 | - |
| YUV | 145.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 118 | 0 | 0.41 | 0.42 | 0.2 | 2.09 | 0.46 | 0.63 |
| Hex | CC | 79 | 76 | 0 | 29 | 2A | 14 | 2 | 2E | 3F |
| Octal | 314 | 171 | 166 | 0 | 51 | 52 | 24 | 2 | 56 | 77 |
| Binary | 11001100 | 1111001 | 1110110 | 0 | 101001 | 101010 | 10100 | 10 | 101110 | 111111 |
Color Harmonies of #CC7976
Complementary color
Monochromatic Colors of #CC7976
Black with #CC7976
Text Example
Text Example
White with #CC7976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7976; }
p { color: rgb(204,121,118); }
H1.HeaderClassName
{
color: #CC7976;
}
.AnyTagClassName
{
color: #CC7976;
}
</style>
background-color css
<style>
a { background-color: #CC7976; }
a { background-color: rgb(204,121,118); }
div.DivClassName
{
background-color: #CC7976;
}
.BgClassName
{
background-color: #CC7976;
}
</style>
border-color css
<style>
span { border-color: #CC7976; }
span { border-color: rgb(204,121,118); }
td.TdClassName
{
border-color: #CC7976;
}
.TagClassName
{
border-color: #CC7976;
}
</style>