Shades of Sea Pink #CC7E7D
Tints of Sea Pink #CC7E7D
RGB
CMYK
RGB Variations
Color information
#CC7E7D (or 0xCC7E7D) is known color: Sea Pink. HEX triplet: CC, 7E and 7D. RGB value is (204,126,125). Sum of RGB (Red+Green+Blue) = 204+126+125=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E7D is #338182. Grayscale: #959595. Windows color (decimal): -3375491 or 8224460. OLE color: 8224460.
HSL color Cylindrical-coordinate representation of color #CC7E7D: hue angle of 0.76º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7E7D is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 125 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.2 |
| HSL | 0.76º | 0.44% | 0.65% | - |
| HSV(B) | 0.76º | 0.39% | 0.8% | - |
| XYZ | 36.06 | 29.24 | 23.15 | - |
| YUV | 149.21 | 114.34 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 125 | 0 | 0.38 | 0.39 | 0.2 | 0.76 | 0.44 | 0.65 |
| Hex | CC | 7E | 7D | 0 | 26 | 27 | 14 | 1 | 2C | 41 |
| Octal | 314 | 176 | 175 | 0 | 46 | 47 | 24 | 1 | 54 | 101 |
| Binary | 11001100 | 1111110 | 1111101 | 0 | 100110 | 100111 | 10100 | 1 | 101100 | 1000001 |
Color Harmonies of #CC7E7D
Complementary color
Monochromatic Colors of #CC7E7D
Black with #CC7E7D
Text Example
Text Example
White with #CC7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7E7D; }
p { color: rgb(204,126,125); }
H1.HeaderClassName
{
color: #CC7E7D;
}
.AnyTagClassName
{
color: #CC7E7D;
}
</style>
background-color css
<style>
a { background-color: #CC7E7D; }
a { background-color: rgb(204,126,125); }
div.DivClassName
{
background-color: #CC7E7D;
}
.BgClassName
{
background-color: #CC7E7D;
}
</style>
border-color css
<style>
span { border-color: #CC7E7D; }
span { border-color: rgb(204,126,125); }
td.TdClassName
{
border-color: #CC7E7D;
}
.TagClassName
{
border-color: #CC7E7D;
}
</style>