Shades of Sea Pink #CA7B77
Tints of Sea Pink #CA7B77
RGB
CMYK
RGB Variations
Color information
#CA7B77 (or 0xCA7B77) is known color: Sea Pink. HEX triplet: CA, 7B and 77. RGB value is (202,123,119). Sum of RGB (Red+Green+Blue) = 202+123+119=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B77 is #358488. Grayscale: #929292. Windows color (decimal): -3507337 or 7830474. OLE color: 7830474.
HSL color Cylindrical-coordinate representation of color #CA7B77: hue angle of 2.89º 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 #CA7B77 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 119 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.21 |
| HSL | 2.89º | 0.44% | 0.63% | - |
| HSV(B) | 2.89º | 0.41% | 0.79% | - |
| XYZ | 34.77 | 28.05 | 21.04 | - |
| YUV | 146.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 119 | 0 | 0.39 | 0.41 | 0.21 | 2.89 | 0.44 | 0.63 |
| Hex | CA | 7B | 77 | 0 | 27 | 29 | 15 | 3 | 2C | 3F |
| Octal | 312 | 173 | 167 | 0 | 47 | 51 | 25 | 3 | 54 | 77 |
| Binary | 11001010 | 1111011 | 1110111 | 0 | 100111 | 101001 | 10101 | 11 | 101100 | 111111 |
Color Harmonies of #CA7B77
Complementary color
Monochromatic Colors of #CA7B77
Black with #CA7B77
Text Example
Text Example
White with #CA7B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B77; }
p { color: rgb(202,123,119); }
H1.HeaderClassName
{
color: #CA7B77;
}
.AnyTagClassName
{
color: #CA7B77;
}
</style>
background-color css
<style>
a { background-color: #CA7B77; }
a { background-color: rgb(202,123,119); }
div.DivClassName
{
background-color: #CA7B77;
}
.BgClassName
{
background-color: #CA7B77;
}
</style>
border-color css
<style>
span { border-color: #CA7B77; }
span { border-color: rgb(202,123,119); }
td.TdClassName
{
border-color: #CA7B77;
}
.TagClassName
{
border-color: #CA7B77;
}
</style>