Shades of Sea Pink #CB8079
Tints of Sea Pink #CB8079
RGB
CMYK
RGB Variations
Color information
#CB8079 (or 0xCB8079) is known color: Sea Pink. HEX triplet: CB, 80 and 79. RGB value is (203,128,121). Sum of RGB (Red+Green+Blue) = 203+128+121=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8079 is #347F86. Grayscale: #959595. Windows color (decimal): -3440519 or 7962827. OLE color: 7962827.
HSL color Cylindrical-coordinate representation of color #CB8079: hue angle of 5.12º 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 #CB8079 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 121 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.20 |
| HSL | 5.12º | 0.44% | 0.64% | - |
| HSV(B) | 5.12º | 0.4% | 0.8% | - |
| XYZ | 35.8 | 29.52 | 21.9 | - |
| YUV | 149.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 121 | 0 | 0.37 | 0.40 | 0.20 | 5.12 | 0.44 | 0.64 |
| Hex | CB | 80 | 79 | 0 | 25 | 28 | 14 | 5 | 2C | 40 |
| Octal | 313 | 200 | 171 | 0 | 45 | 50 | 24 | 5 | 54 | 100 |
| Binary | 11001011 | 10000000 | 1111001 | 0 | 100101 | 101000 | 10100 | 101 | 101100 | 1000000 |
Color Harmonies of #CB8079
Complementary color
Monochromatic Colors of #CB8079
Black with #CB8079
Text Example
Text Example
White with #CB8079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8079; }
p { color: rgb(203,128,121); }
H1.HeaderClassName
{
color: #CB8079;
}
.AnyTagClassName
{
color: #CB8079;
}
</style>
background-color css
<style>
a { background-color: #CB8079; }
a { background-color: rgb(203,128,121); }
div.DivClassName
{
background-color: #CB8079;
}
.BgClassName
{
background-color: #CB8079;
}
</style>
border-color css
<style>
span { border-color: #CB8079; }
span { border-color: rgb(203,128,121); }
td.TdClassName
{
border-color: #CB8079;
}
.TagClassName
{
border-color: #CB8079;
}
</style>