Shades of Sea Pink #C98181
Tints of Sea Pink #C98181
RGB
CMYK
RGB Variations
Color information
#C98181 (or 0xC98181) is known color: Sea Pink. HEX triplet: C9, 81 and 81. RGB value is (201,129,129). Sum of RGB (Red+Green+Blue) = 201+129+129=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C98181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98181 is #367E7E. Grayscale: #969696. Windows color (decimal): -3571327 or 8487369. OLE color: 8487369.
HSL color Cylindrical-coordinate representation of color #C98181: hue angle of 0º degrees, saturation: 0.4, 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 #C98181 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 129 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.21 |
| HSL | 0º | 0.4% | 0.65% | - |
| HSV(B) | 0º | 0.36% | 0.79% | - |
| XYZ | 35.9 | 29.7 | 24.61 | - |
| YUV | 150.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 129 | 0 | 0.36 | 0.36 | 0.21 | 0 | 0.4 | 0.65 |
| Hex | C9 | 81 | 81 | 0 | 24 | 24 | 15 | 0 | 28 | 41 |
| Octal | 311 | 201 | 201 | 0 | 44 | 44 | 25 | 0 | 50 | 101 |
| Binary | 11001001 | 10000001 | 10000001 | 0 | 100100 | 100100 | 10101 | 0 | 101000 | 1000001 |
Color Harmonies of #C98181
Complementary color
Monochromatic Colors of #C98181
Black with #C98181
Text Example
Text Example
White with #C98181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98181; }
p { color: rgb(201,129,129); }
H1.HeaderClassName
{
color: #C98181;
}
.AnyTagClassName
{
color: #C98181;
}
</style>
background-color css
<style>
a { background-color: #C98181; }
a { background-color: rgb(201,129,129); }
div.DivClassName
{
background-color: #C98181;
}
.BgClassName
{
background-color: #C98181;
}
</style>
border-color css
<style>
span { border-color: #C98181; }
span { border-color: rgb(201,129,129); }
td.TdClassName
{
border-color: #C98181;
}
.TagClassName
{
border-color: #C98181;
}
</style>