Shades of Sea Pink #CA8181
Tints of Sea Pink #CA8181
RGB
CMYK
RGB Variations
Color information
#CA8181 (or 0xCA8181) is known color: Sea Pink. HEX triplet: CA, 81 and 81. RGB value is (202,129,129). Sum of RGB (Red+Green+Blue) = 202+129+129=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8181 is #357E7E. Grayscale: #969696. Windows color (decimal): -3505791 or 8487370. OLE color: 8487370.
HSL color Cylindrical-coordinate representation of color #CA8181: hue angle of 0º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8181 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 129 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.21 |
| HSL | 0º | 0.41% | 0.65% | - |
| HSV(B) | 0º | 0.36% | 0.79% | - |
| XYZ | 36.17 | 29.84 | 24.62 | - |
| YUV | 150.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 129 | 0 | 0.36 | 0.36 | 0.21 | 0 | 0.41 | 0.65 |
| Hex | CA | 81 | 81 | 0 | 24 | 24 | 15 | 0 | 29 | 41 |
| Octal | 312 | 201 | 201 | 0 | 44 | 44 | 25 | 0 | 51 | 101 |
| Binary | 11001010 | 10000001 | 10000001 | 0 | 100100 | 100100 | 10101 | 0 | 101001 | 1000001 |
Color Harmonies of #CA8181
Complementary color
Monochromatic Colors of #CA8181
Black with #CA8181
Text Example
Text Example
White with #CA8181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8181; }
p { color: rgb(202,129,129); }
H1.HeaderClassName
{
color: #CA8181;
}
.AnyTagClassName
{
color: #CA8181;
}
</style>
background-color css
<style>
a { background-color: #CA8181; }
a { background-color: rgb(202,129,129); }
div.DivClassName
{
background-color: #CA8181;
}
.BgClassName
{
background-color: #CA8181;
}
</style>
border-color css
<style>
span { border-color: #CA8181; }
span { border-color: rgb(202,129,129); }
td.TdClassName
{
border-color: #CA8181;
}
.TagClassName
{
border-color: #CA8181;
}
</style>