Shades of Sea Pink #CB8181
Tints of Sea Pink #CB8181
RGB
CMYK
RGB Variations
Color information
#CB8181 (or 0xCB8181) is known color: Sea Pink. HEX triplet: CB, 81 and 81. RGB value is (203,129,129). Sum of RGB (Red+Green+Blue) = 203+129+129=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8181 is #347E7E. Grayscale: #979797. Windows color (decimal): -3440255 or 8487371. OLE color: 8487371.
HSL color Cylindrical-coordinate representation of color #CB8181: hue angle of 0º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB8181 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 129 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.20 |
| HSL | 0º | 0.42% | 0.65% | - |
| HSV(B) | 0º | 0.36% | 0.8% | - |
| XYZ | 36.44 | 29.98 | 24.64 | - |
| YUV | 151.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 129 | 0 | 0.36 | 0.36 | 0.20 | 0 | 0.42 | 0.65 |
| Hex | CB | 81 | 81 | 0 | 24 | 24 | 14 | 0 | 2A | 41 |
| Octal | 313 | 201 | 201 | 0 | 44 | 44 | 24 | 0 | 52 | 101 |
| Binary | 11001011 | 10000001 | 10000001 | 0 | 100100 | 100100 | 10100 | 0 | 101010 | 1000001 |
Color Harmonies of #CB8181
Complementary color
Monochromatic Colors of #CB8181
Black with #CB8181
Text Example
Text Example
White with #CB8181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8181; }
p { color: rgb(203,129,129); }
H1.HeaderClassName
{
color: #CB8181;
}
.AnyTagClassName
{
color: #CB8181;
}
</style>
background-color css
<style>
a { background-color: #CB8181; }
a { background-color: rgb(203,129,129); }
div.DivClassName
{
background-color: #CB8181;
}
.BgClassName
{
background-color: #CB8181;
}
</style>
border-color css
<style>
span { border-color: #CB8181; }
span { border-color: rgb(203,129,129); }
td.TdClassName
{
border-color: #CB8181;
}
.TagClassName
{
border-color: #CB8181;
}
</style>