Shades of Sea Pink #CA807E
Tints of Sea Pink #CA807E
RGB
CMYK
RGB Variations
Color information
#CA807E (or 0xCA807E) is known color: Sea Pink. HEX triplet: CA, 80 and 7E. RGB value is (202,128,126). Sum of RGB (Red+Green+Blue) = 202+128+126=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA807E is #357F81. Grayscale: #959595. Windows color (decimal): -3506050 or 8290506. OLE color: 8290506.
HSL color Cylindrical-coordinate representation of color #CA807E: hue angle of 1.58º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA807E is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 126 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.21 |
| HSL | 1.58º | 0.42% | 0.64% | - |
| HSV(B) | 1.58º | 0.38% | 0.79% | - |
| XYZ | 35.84 | 29.5 | 23.54 | - |
| YUV | 149.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 126 | 0 | 0.37 | 0.38 | 0.21 | 1.58 | 0.42 | 0.64 |
| Hex | CA | 80 | 7E | 0 | 25 | 26 | 15 | 2 | 2A | 40 |
| Octal | 312 | 200 | 176 | 0 | 45 | 46 | 25 | 2 | 52 | 100 |
| Binary | 11001010 | 10000000 | 1111110 | 0 | 100101 | 100110 | 10101 | 10 | 101010 | 1000000 |
Color Harmonies of #CA807E
Complementary color
Monochromatic Colors of #CA807E
Black with #CA807E
Text Example
Text Example
White with #CA807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA807E; }
p { color: rgb(202,128,126); }
H1.HeaderClassName
{
color: #CA807E;
}
.AnyTagClassName
{
color: #CA807E;
}
</style>
background-color css
<style>
a { background-color: #CA807E; }
a { background-color: rgb(202,128,126); }
div.DivClassName
{
background-color: #CA807E;
}
.BgClassName
{
background-color: #CA807E;
}
</style>
border-color css
<style>
span { border-color: #CA807E; }
span { border-color: rgb(202,128,126); }
td.TdClassName
{
border-color: #CA807E;
}
.TagClassName
{
border-color: #CA807E;
}
</style>