Shades of Sea Pink #CB7C78
Tints of Sea Pink #CB7C78
RGB
CMYK
RGB Variations
Color information
#CB7C78 (or 0xCB7C78) is known color: Sea Pink. HEX triplet: CB, 7C and 78. RGB value is (203,124,120). Sum of RGB (Red+Green+Blue) = 203+124+120=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C78 is #348387. Grayscale: #939393. Windows color (decimal): -3441544 or 7896267. OLE color: 7896267.
HSL color Cylindrical-coordinate representation of color #CB7C78: hue angle of 2.89º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB7C78 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 120 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.20 |
| HSL | 2.89º | 0.44% | 0.63% | - |
| HSV(B) | 2.89º | 0.41% | 0.8% | - |
| XYZ | 35.23 | 28.47 | 21.41 | - |
| YUV | 147.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 120 | 0 | 0.39 | 0.41 | 0.20 | 2.89 | 0.44 | 0.63 |
| Hex | CB | 7C | 78 | 0 | 27 | 29 | 14 | 3 | 2C | 3F |
| Octal | 313 | 174 | 170 | 0 | 47 | 51 | 24 | 3 | 54 | 77 |
| Binary | 11001011 | 1111100 | 1111000 | 0 | 100111 | 101001 | 10100 | 11 | 101100 | 111111 |
Color Harmonies of #CB7C78
Complementary color
Monochromatic Colors of #CB7C78
Black with #CB7C78
Text Example
Text Example
White with #CB7C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C78; }
p { color: rgb(203,124,120); }
H1.HeaderClassName
{
color: #CB7C78;
}
.AnyTagClassName
{
color: #CB7C78;
}
</style>
background-color css
<style>
a { background-color: #CB7C78; }
a { background-color: rgb(203,124,120); }
div.DivClassName
{
background-color: #CB7C78;
}
.BgClassName
{
background-color: #CB7C78;
}
</style>
border-color css
<style>
span { border-color: #CB7C78; }
span { border-color: rgb(203,124,120); }
td.TdClassName
{
border-color: #CB7C78;
}
.TagClassName
{
border-color: #CB7C78;
}
</style>