Shades of Sea Pink #CC7D76
Tints of Sea Pink #CC7D76
RGB
CMYK
RGB Variations
Color information
#CC7D76 (or 0xCC7D76) is known color: Sea Pink. HEX triplet: CC, 7D and 76. RGB value is (204,125,118). Sum of RGB (Red+Green+Blue) = 204+125+118=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D76 is #338289. Grayscale: #939393. Windows color (decimal): -3375754 or 7765452. OLE color: 7765452.
HSL color Cylindrical-coordinate representation of color #CC7D76: hue angle of 4.88º 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 #CC7D76 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 118 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.2 |
| HSL | 4.88º | 0.46% | 0.63% | - |
| HSV(B) | 4.88º | 0.42% | 0.8% | - |
| XYZ | 35.51 | 28.81 | 20.83 | - |
| YUV | 147.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 118 | 0 | 0.39 | 0.42 | 0.2 | 4.88 | 0.46 | 0.63 |
| Hex | CC | 7D | 76 | 0 | 27 | 2A | 14 | 5 | 2E | 3F |
| Octal | 314 | 175 | 166 | 0 | 47 | 52 | 24 | 5 | 56 | 77 |
| Binary | 11001100 | 1111101 | 1110110 | 0 | 100111 | 101010 | 10100 | 101 | 101110 | 111111 |
Color Harmonies of #CC7D76
Complementary color
Monochromatic Colors of #CC7D76
Black with #CC7D76
Text Example
Text Example
White with #CC7D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D76; }
p { color: rgb(204,125,118); }
H1.HeaderClassName
{
color: #CC7D76;
}
.AnyTagClassName
{
color: #CC7D76;
}
</style>
background-color css
<style>
a { background-color: #CC7D76; }
a { background-color: rgb(204,125,118); }
div.DivClassName
{
background-color: #CC7D76;
}
.BgClassName
{
background-color: #CC7D76;
}
</style>
border-color css
<style>
span { border-color: #CC7D76; }
span { border-color: rgb(204,125,118); }
td.TdClassName
{
border-color: #CC7D76;
}
.TagClassName
{
border-color: #CC7D76;
}
</style>