Shades of Sea Pink #CB817C
Tints of Sea Pink #CB817C
RGB
CMYK
RGB Variations
Color information
#CB817C (or 0xCB817C) is known color: Sea Pink. HEX triplet: CB, 81 and 7C. RGB value is (203,129,124). Sum of RGB (Red+Green+Blue) = 203+129+124=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB817C is #347E83. Grayscale: #969696. Windows color (decimal): -3440260 or 8159691. OLE color: 8159691.
HSL color Cylindrical-coordinate representation of color #CB817C: hue angle of 3.8º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB817C is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 124 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.20 |
| HSL | 3.8º | 0.43% | 0.64% | - |
| HSV(B) | 3.8º | 0.39% | 0.8% | - |
| XYZ | 36.12 | 29.85 | 22.93 | - |
| YUV | 150.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 124 | 0 | 0.36 | 0.39 | 0.20 | 3.8 | 0.43 | 0.64 |
| Hex | CB | 81 | 7C | 0 | 24 | 27 | 14 | 4 | 2B | 40 |
| Octal | 313 | 201 | 174 | 0 | 44 | 47 | 24 | 4 | 53 | 100 |
| Binary | 11001011 | 10000001 | 1111100 | 0 | 100100 | 100111 | 10100 | 100 | 101011 | 1000000 |
Color Harmonies of #CB817C
Complementary color
Monochromatic Colors of #CB817C
Black with #CB817C
Text Example
Text Example
White with #CB817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB817C; }
p { color: rgb(203,129,124); }
H1.HeaderClassName
{
color: #CB817C;
}
.AnyTagClassName
{
color: #CB817C;
}
</style>
background-color css
<style>
a { background-color: #CB817C; }
a { background-color: rgb(203,129,124); }
div.DivClassName
{
background-color: #CB817C;
}
.BgClassName
{
background-color: #CB817C;
}
</style>
border-color css
<style>
span { border-color: #CB817C; }
span { border-color: rgb(203,129,124); }
td.TdClassName
{
border-color: #CB817C;
}
.TagClassName
{
border-color: #CB817C;
}
</style>