Shades of Sea Pink #CE7D7A
Tints of Sea Pink #CE7D7A
RGB
CMYK
RGB Variations
Color information
#CE7D7A (or 0xCE7D7A) is known color: Sea Pink. HEX triplet: CE, 7D and 7A. RGB value is (206,125,122). Sum of RGB (Red+Green+Blue) = 206+125+122=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D7A is #318285. Grayscale: #949494. Windows color (decimal): -3244678 or 8027598. OLE color: 8027598.
HSL color Cylindrical-coordinate representation of color #CE7D7A: hue angle of 2.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7D7A is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 122 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.19 |
| HSL | 2.14º | 0.46% | 0.64% | - |
| HSV(B) | 2.14º | 0.41% | 0.81% | - |
| XYZ | 36.3 | 29.19 | 22.13 | - |
| YUV | 148.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 122 | 0 | 0.39 | 0.41 | 0.19 | 2.14 | 0.46 | 0.64 |
| Hex | CE | 7D | 7A | 0 | 27 | 29 | 13 | 2 | 2E | 40 |
| Octal | 316 | 175 | 172 | 0 | 47 | 51 | 23 | 2 | 56 | 100 |
| Binary | 11001110 | 1111101 | 1111010 | 0 | 100111 | 101001 | 10011 | 10 | 101110 | 1000000 |
Color Harmonies of #CE7D7A
Complementary color
Monochromatic Colors of #CE7D7A
Black with #CE7D7A
Text Example
Text Example
White with #CE7D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D7A; }
p { color: rgb(206,125,122); }
H1.HeaderClassName
{
color: #CE7D7A;
}
.AnyTagClassName
{
color: #CE7D7A;
}
</style>
background-color css
<style>
a { background-color: #CE7D7A; }
a { background-color: rgb(206,125,122); }
div.DivClassName
{
background-color: #CE7D7A;
}
.BgClassName
{
background-color: #CE7D7A;
}
</style>
border-color css
<style>
span { border-color: #CE7D7A; }
span { border-color: rgb(206,125,122); }
td.TdClassName
{
border-color: #CE7D7A;
}
.TagClassName
{
border-color: #CE7D7A;
}
</style>