Shades of Sea Pink #CA807B
Tints of Sea Pink #CA807B
RGB
CMYK
RGB Variations
Color information
#CA807B (or 0xCA807B) is known color: Sea Pink. HEX triplet: CA, 80 and 7B. RGB value is (202,128,123). Sum of RGB (Red+Green+Blue) = 202+128+123=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA807B is #357F84. Grayscale: #959595. Windows color (decimal): -3506053 or 8093898. OLE color: 8093898.
HSL color Cylindrical-coordinate representation of color #CA807B: hue angle of 3.8º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA807B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 123 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.21 |
| HSL | 3.8º | 0.43% | 0.64% | - |
| HSV(B) | 3.8º | 0.39% | 0.79% | - |
| XYZ | 35.65 | 29.42 | 22.54 | - |
| YUV | 149.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 123 | 0 | 0.37 | 0.39 | 0.21 | 3.8 | 0.43 | 0.64 |
| Hex | CA | 80 | 7B | 0 | 25 | 27 | 15 | 4 | 2B | 40 |
| Octal | 312 | 200 | 173 | 0 | 45 | 47 | 25 | 4 | 53 | 100 |
| Binary | 11001010 | 10000000 | 1111011 | 0 | 100101 | 100111 | 10101 | 100 | 101011 | 1000000 |
Color Harmonies of #CA807B
Complementary color
Monochromatic Colors of #CA807B
Black with #CA807B
Text Example
Text Example
White with #CA807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA807B; }
p { color: rgb(202,128,123); }
H1.HeaderClassName
{
color: #CA807B;
}
.AnyTagClassName
{
color: #CA807B;
}
</style>
background-color css
<style>
a { background-color: #CA807B; }
a { background-color: rgb(202,128,123); }
div.DivClassName
{
background-color: #CA807B;
}
.BgClassName
{
background-color: #CA807B;
}
</style>
border-color css
<style>
span { border-color: #CA807B; }
span { border-color: rgb(202,128,123); }
td.TdClassName
{
border-color: #CA807B;
}
.TagClassName
{
border-color: #CA807B;
}
</style>