Shades of Sea Pink #CC7E7B
Tints of Sea Pink #CC7E7B
RGB
CMYK
RGB Variations
Color information
#CC7E7B (or 0xCC7E7B) is known color: Sea Pink. HEX triplet: CC, 7E and 7B. RGB value is (204,126,123). Sum of RGB (Red+Green+Blue) = 204+126+123=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E7B is #338184. Grayscale: #959595. Windows color (decimal): -3375493 or 8093388. OLE color: 8093388.
HSL color Cylindrical-coordinate representation of color #CC7E7B: hue angle of 2.22º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7E7B is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 123 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.2 |
| HSL | 2.22º | 0.44% | 0.64% | - |
| HSV(B) | 2.22º | 0.4% | 0.8% | - |
| XYZ | 35.94 | 29.19 | 22.48 | - |
| YUV | 148.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 123 | 0 | 0.38 | 0.40 | 0.2 | 2.22 | 0.44 | 0.64 |
| Hex | CC | 7E | 7B | 0 | 26 | 28 | 14 | 2 | 2C | 40 |
| Octal | 314 | 176 | 173 | 0 | 46 | 50 | 24 | 2 | 54 | 100 |
| Binary | 11001100 | 1111110 | 1111011 | 0 | 100110 | 101000 | 10100 | 10 | 101100 | 1000000 |
Color Harmonies of #CC7E7B
Complementary color
Monochromatic Colors of #CC7E7B
Black with #CC7E7B
Text Example
Text Example
White with #CC7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7E7B; }
p { color: rgb(204,126,123); }
H1.HeaderClassName
{
color: #CC7E7B;
}
.AnyTagClassName
{
color: #CC7E7B;
}
</style>
background-color css
<style>
a { background-color: #CC7E7B; }
a { background-color: rgb(204,126,123); }
div.DivClassName
{
background-color: #CC7E7B;
}
.BgClassName
{
background-color: #CC7E7B;
}
</style>
border-color css
<style>
span { border-color: #CC7E7B; }
span { border-color: rgb(204,126,123); }
td.TdClassName
{
border-color: #CC7E7B;
}
.TagClassName
{
border-color: #CC7E7B;
}
</style>