Shades of Sea Pink #CC7D7B
Tints of Sea Pink #CC7D7B
RGB
CMYK
RGB Variations
Color information
#CC7D7B (or 0xCC7D7B) is known color: Sea Pink. HEX triplet: CC, 7D and 7B. RGB value is (204,125,123). Sum of RGB (Red+Green+Blue) = 204+125+123=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D7B is #338284. Grayscale: #949494. Windows color (decimal): -3375749 or 8093132. OLE color: 8093132.
HSL color Cylindrical-coordinate representation of color #CC7D7B: hue angle of 1.48º 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 #CC7D7B is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 123 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.2 |
| HSL | 1.48º | 0.44% | 0.64% | - |
| HSV(B) | 1.48º | 0.4% | 0.8% | - |
| XYZ | 35.81 | 28.93 | 22.44 | - |
| YUV | 148.39 | 113.67 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 123 | 0 | 0.39 | 0.40 | 0.2 | 1.48 | 0.44 | 0.64 |
| Hex | CC | 7D | 7B | 0 | 27 | 28 | 14 | 1 | 2C | 40 |
| Octal | 314 | 175 | 173 | 0 | 47 | 50 | 24 | 1 | 54 | 100 |
| Binary | 11001100 | 1111101 | 1111011 | 0 | 100111 | 101000 | 10100 | 1 | 101100 | 1000000 |
Color Harmonies of #CC7D7B
Complementary color
Monochromatic Colors of #CC7D7B
Black with #CC7D7B
Text Example
Text Example
White with #CC7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D7B; }
p { color: rgb(204,125,123); }
H1.HeaderClassName
{
color: #CC7D7B;
}
.AnyTagClassName
{
color: #CC7D7B;
}
</style>
background-color css
<style>
a { background-color: #CC7D7B; }
a { background-color: rgb(204,125,123); }
div.DivClassName
{
background-color: #CC7D7B;
}
.BgClassName
{
background-color: #CC7D7B;
}
</style>
border-color css
<style>
span { border-color: #CC7D7B; }
span { border-color: rgb(204,125,123); }
td.TdClassName
{
border-color: #CC7D7B;
}
.TagClassName
{
border-color: #CC7D7B;
}
</style>