Shades of Sea Pink #CA7979
Tints of Sea Pink #CA7979
RGB
CMYK
RGB Variations
Color information
#CA7979 (or 0xCA7979) is known color: Sea Pink. HEX triplet: CA, 79 and 79. RGB value is (202,121,121). Sum of RGB (Red+Green+Blue) = 202+121+121=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7979 is #358686. Grayscale: #919191. Windows color (decimal): -3507847 or 7961034. OLE color: 7961034.
HSL color Cylindrical-coordinate representation of color #CA7979: hue angle of 0º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7979 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 121 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.21 |
| HSL | 0º | 0.43% | 0.63% | - |
| HSV(B) | 0º | 0.4% | 0.79% | - |
| XYZ | 34.65 | 27.61 | 21.59 | - |
| YUV | 145.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 121 | 0 | 0.40 | 0.40 | 0.21 | 0 | 0.43 | 0.63 |
| Hex | CA | 79 | 79 | 0 | 28 | 28 | 15 | 0 | 2B | 3F |
| Octal | 312 | 171 | 171 | 0 | 50 | 50 | 25 | 0 | 53 | 77 |
| Binary | 11001010 | 1111001 | 1111001 | 0 | 101000 | 101000 | 10101 | 0 | 101011 | 111111 |
Color Harmonies of #CA7979
Complementary color
Monochromatic Colors of #CA7979
Black with #CA7979
Text Example
Text Example
White with #CA7979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7979; }
p { color: rgb(202,121,121); }
H1.HeaderClassName
{
color: #CA7979;
}
.AnyTagClassName
{
color: #CA7979;
}
</style>
background-color css
<style>
a { background-color: #CA7979; }
a { background-color: rgb(202,121,121); }
div.DivClassName
{
background-color: #CA7979;
}
.BgClassName
{
background-color: #CA7979;
}
</style>
border-color css
<style>
span { border-color: #CA7979; }
span { border-color: rgb(202,121,121); }
td.TdClassName
{
border-color: #CA7979;
}
.TagClassName
{
border-color: #CA7979;
}
</style>