Shades of Sea Pink #CC7E76
Tints of Sea Pink #CC7E76
RGB
CMYK
RGB Variations
Color information
#CC7E76 (or 0xCC7E76) is known color: Sea Pink. HEX triplet: CC, 7E and 76. RGB value is (204,126,118). Sum of RGB (Red+Green+Blue) = 204+126+118=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E76 is #338189. Grayscale: #949494. Windows color (decimal): -3375498 or 7765708. OLE color: 7765708.
HSL color Cylindrical-coordinate representation of color #CC7E76: hue angle of 5.58º 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 #CC7E76 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 118 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.2 |
| HSL | 5.58º | 0.46% | 0.63% | - |
| HSV(B) | 5.58º | 0.42% | 0.8% | - |
| XYZ | 35.63 | 29.07 | 20.87 | - |
| YUV | 148.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 118 | 0 | 0.38 | 0.42 | 0.2 | 5.58 | 0.46 | 0.63 |
| Hex | CC | 7E | 76 | 0 | 26 | 2A | 14 | 6 | 2E | 3F |
| Octal | 314 | 176 | 166 | 0 | 46 | 52 | 24 | 6 | 56 | 77 |
| Binary | 11001100 | 1111110 | 1110110 | 0 | 100110 | 101010 | 10100 | 110 | 101110 | 111111 |
Color Harmonies of #CC7E76
Complementary color
Monochromatic Colors of #CC7E76
Black with #CC7E76
Text Example
Text Example
White with #CC7E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7E76; }
p { color: rgb(204,126,118); }
H1.HeaderClassName
{
color: #CC7E76;
}
.AnyTagClassName
{
color: #CC7E76;
}
</style>
background-color css
<style>
a { background-color: #CC7E76; }
a { background-color: rgb(204,126,118); }
div.DivClassName
{
background-color: #CC7E76;
}
.BgClassName
{
background-color: #CC7E76;
}
</style>
border-color css
<style>
span { border-color: #CC7E76; }
span { border-color: rgb(204,126,118); }
td.TdClassName
{
border-color: #CC7E76;
}
.TagClassName
{
border-color: #CC7E76;
}
</style>