Shades of Sea Pink #CB7E7A
Tints of Sea Pink #CB7E7A
RGB
CMYK
RGB Variations
Color information
#CB7E7A (or 0xCB7E7A) is known color: Sea Pink. HEX triplet: CB, 7E and 7A. RGB value is (203,126,122). Sum of RGB (Red+Green+Blue) = 203+126+122=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E7A is #348185. Grayscale: #949494. Windows color (decimal): -3441030 or 8027851. OLE color: 8027851.
HSL color Cylindrical-coordinate representation of color #CB7E7A: hue angle of 2.96º 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 #CB7E7A is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 122 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.20 |
| HSL | 2.96º | 0.44% | 0.64% | - |
| HSV(B) | 2.96º | 0.4% | 0.8% | - |
| XYZ | 35.6 | 29.02 | 22.14 | - |
| YUV | 148.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 122 | 0 | 0.38 | 0.40 | 0.20 | 2.96 | 0.44 | 0.64 |
| Hex | CB | 7E | 7A | 0 | 26 | 28 | 14 | 3 | 2C | 40 |
| Octal | 313 | 176 | 172 | 0 | 46 | 50 | 24 | 3 | 54 | 100 |
| Binary | 11001011 | 1111110 | 1111010 | 0 | 100110 | 101000 | 10100 | 11 | 101100 | 1000000 |
Color Harmonies of #CB7E7A
Complementary color
Monochromatic Colors of #CB7E7A
Black with #CB7E7A
Text Example
Text Example
White with #CB7E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7E7A; }
p { color: rgb(203,126,122); }
H1.HeaderClassName
{
color: #CB7E7A;
}
.AnyTagClassName
{
color: #CB7E7A;
}
</style>
background-color css
<style>
a { background-color: #CB7E7A; }
a { background-color: rgb(203,126,122); }
div.DivClassName
{
background-color: #CB7E7A;
}
.BgClassName
{
background-color: #CB7E7A;
}
</style>
border-color css
<style>
span { border-color: #CB7E7A; }
span { border-color: rgb(203,126,122); }
td.TdClassName
{
border-color: #CB7E7A;
}
.TagClassName
{
border-color: #CB7E7A;
}
</style>