Shades of Sea Pink #C97B78
Tints of Sea Pink #C97B78
RGB
CMYK
RGB Variations
Color information
#C97B78 (or 0xC97B78) is known color: Sea Pink. HEX triplet: C9, 7B and 78. RGB value is (201,123,120). Sum of RGB (Red+Green+Blue) = 201+123+120=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97B78 is #368487. Grayscale: #929292. Windows color (decimal): -3572872 or 7896009. OLE color: 7896009.
HSL color Cylindrical-coordinate representation of color #C97B78: hue angle of 2.22º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97B78 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 120 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.21 |
| HSL | 2.22º | 0.43% | 0.63% | - |
| HSV(B) | 2.22º | 0.4% | 0.79% | - |
| XYZ | 34.56 | 27.94 | 21.34 | - |
| YUV | 145.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 120 | 0 | 0.39 | 0.40 | 0.21 | 2.22 | 0.43 | 0.63 |
| Hex | C9 | 7B | 78 | 0 | 27 | 28 | 15 | 2 | 2B | 3F |
| Octal | 311 | 173 | 170 | 0 | 47 | 50 | 25 | 2 | 53 | 77 |
| Binary | 11001001 | 1111011 | 1111000 | 0 | 100111 | 101000 | 10101 | 10 | 101011 | 111111 |
Color Harmonies of #C97B78
Complementary color
Monochromatic Colors of #C97B78
Black with #C97B78
Text Example
Text Example
White with #C97B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97B78; }
p { color: rgb(201,123,120); }
H1.HeaderClassName
{
color: #C97B78;
}
.AnyTagClassName
{
color: #C97B78;
}
</style>
background-color css
<style>
a { background-color: #C97B78; }
a { background-color: rgb(201,123,120); }
div.DivClassName
{
background-color: #C97B78;
}
.BgClassName
{
background-color: #C97B78;
}
</style>
border-color css
<style>
span { border-color: #C97B78; }
span { border-color: rgb(201,123,120); }
td.TdClassName
{
border-color: #C97B78;
}
.TagClassName
{
border-color: #C97B78;
}
</style>