Shades of Sea Pink #CB807C
Tints of Sea Pink #CB807C
RGB
CMYK
RGB Variations
Color information
#CB807C (or 0xCB807C) is known color: Sea Pink. HEX triplet: CB, 80 and 7C. RGB value is (203,128,124). Sum of RGB (Red+Green+Blue) = 203+128+124=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB807C is #347F83. Grayscale: #969696. Windows color (decimal): -3440516 or 8159435. OLE color: 8159435.
HSL color Cylindrical-coordinate representation of color #CB807C: hue angle of 3.04º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB807C is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 124 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.20 |
| HSL | 3.04º | 0.43% | 0.64% | - |
| HSV(B) | 3.04º | 0.39% | 0.8% | - |
| XYZ | 35.99 | 29.59 | 22.88 | - |
| YUV | 149.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 124 | 0 | 0.37 | 0.39 | 0.20 | 3.04 | 0.43 | 0.64 |
| Hex | CB | 80 | 7C | 0 | 25 | 27 | 14 | 3 | 2B | 40 |
| Octal | 313 | 200 | 174 | 0 | 45 | 47 | 24 | 3 | 53 | 100 |
| Binary | 11001011 | 10000000 | 1111100 | 0 | 100101 | 100111 | 10100 | 11 | 101011 | 1000000 |
Color Harmonies of #CB807C
Complementary color
Monochromatic Colors of #CB807C
Black with #CB807C
Text Example
Text Example
White with #CB807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB807C; }
p { color: rgb(203,128,124); }
H1.HeaderClassName
{
color: #CB807C;
}
.AnyTagClassName
{
color: #CB807C;
}
</style>
background-color css
<style>
a { background-color: #CB807C; }
a { background-color: rgb(203,128,124); }
div.DivClassName
{
background-color: #CB807C;
}
.BgClassName
{
background-color: #CB807C;
}
</style>
border-color css
<style>
span { border-color: #CB807C; }
span { border-color: rgb(203,128,124); }
td.TdClassName
{
border-color: #CB807C;
}
.TagClassName
{
border-color: #CB807C;
}
</style>