Shades of Sea Pink #CA7E78
Tints of Sea Pink #CA7E78
RGB
CMYK
RGB Variations
Color information
#CA7E78 (or 0xCA7E78) is known color: Sea Pink. HEX triplet: CA, 7E and 78. RGB value is (202,126,120). Sum of RGB (Red+Green+Blue) = 202+126+120=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E78 is #358187. Grayscale: #949494. Windows color (decimal): -3506568 or 7896778. OLE color: 7896778.
HSL color Cylindrical-coordinate representation of color #CA7E78: hue angle of 4.39º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7E78 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 120 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.21 |
| HSL | 4.39º | 0.44% | 0.63% | - |
| HSV(B) | 4.39º | 0.41% | 0.79% | - |
| XYZ | 35.21 | 28.83 | 21.48 | - |
| YUV | 148.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 120 | 0 | 0.38 | 0.41 | 0.21 | 4.39 | 0.44 | 0.63 |
| Hex | CA | 7E | 78 | 0 | 26 | 29 | 15 | 4 | 2C | 3F |
| Octal | 312 | 176 | 170 | 0 | 46 | 51 | 25 | 4 | 54 | 77 |
| Binary | 11001010 | 1111110 | 1111000 | 0 | 100110 | 101001 | 10101 | 100 | 101100 | 111111 |
Color Harmonies of #CA7E78
Complementary color
Monochromatic Colors of #CA7E78
Black with #CA7E78
Text Example
Text Example
White with #CA7E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E78; }
p { color: rgb(202,126,120); }
H1.HeaderClassName
{
color: #CA7E78;
}
.AnyTagClassName
{
color: #CA7E78;
}
</style>
background-color css
<style>
a { background-color: #CA7E78; }
a { background-color: rgb(202,126,120); }
div.DivClassName
{
background-color: #CA7E78;
}
.BgClassName
{
background-color: #CA7E78;
}
</style>
border-color css
<style>
span { border-color: #CA7E78; }
span { border-color: rgb(202,126,120); }
td.TdClassName
{
border-color: #CA7E78;
}
.TagClassName
{
border-color: #CA7E78;
}
</style>