Shades of Sea Pink #CB7B76
Tints of Sea Pink #CB7B76
RGB
CMYK
RGB Variations
Color information
#CB7B76 (or 0xCB7B76) is known color: Sea Pink. HEX triplet: CB, 7B and 76. RGB value is (203,123,118). Sum of RGB (Red+Green+Blue) = 203+123+118=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B76 is #348489. Grayscale: #929292. Windows color (decimal): -3441802 or 7764939. OLE color: 7764939.
HSL color Cylindrical-coordinate representation of color #CB7B76: hue angle of 3.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7B76 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 118 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.20 |
| HSL | 3.53º | 0.45% | 0.63% | - |
| HSV(B) | 3.53º | 0.42% | 0.8% | - |
| XYZ | 34.98 | 28.17 | 20.73 | - |
| YUV | 146.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 118 | 0 | 0.39 | 0.42 | 0.20 | 3.53 | 0.45 | 0.63 |
| Hex | CB | 7B | 76 | 0 | 27 | 2A | 14 | 4 | 2D | 3F |
| Octal | 313 | 173 | 166 | 0 | 47 | 52 | 24 | 4 | 55 | 77 |
| Binary | 11001011 | 1111011 | 1110110 | 0 | 100111 | 101010 | 10100 | 100 | 101101 | 111111 |
Color Harmonies of #CB7B76
Complementary color
Monochromatic Colors of #CB7B76
Black with #CB7B76
Text Example
Text Example
White with #CB7B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B76; }
p { color: rgb(203,123,118); }
H1.HeaderClassName
{
color: #CB7B76;
}
.AnyTagClassName
{
color: #CB7B76;
}
</style>
background-color css
<style>
a { background-color: #CB7B76; }
a { background-color: rgb(203,123,118); }
div.DivClassName
{
background-color: #CB7B76;
}
.BgClassName
{
background-color: #CB7B76;
}
</style>
border-color css
<style>
span { border-color: #CB7B76; }
span { border-color: rgb(203,123,118); }
td.TdClassName
{
border-color: #CB7B76;
}
.TagClassName
{
border-color: #CB7B76;
}
</style>