Shades of Sea Pink #C97C78
Tints of Sea Pink #C97C78
RGB
CMYK
RGB Variations
Color information
#C97C78 (or 0xC97C78) is known color: Sea Pink. HEX triplet: C9, 7C and 78. RGB value is (201,124,120). Sum of RGB (Red+Green+Blue) = 201+124+120=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97C78 is #368387. Grayscale: #929292. Windows color (decimal): -3572616 or 7896265. OLE color: 7896265.
HSL color Cylindrical-coordinate representation of color #C97C78: hue angle of 2.96º 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 #C97C78 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 120 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.21 |
| HSL | 2.96º | 0.43% | 0.63% | - |
| HSV(B) | 2.96º | 0.4% | 0.79% | - |
| XYZ | 34.69 | 28.19 | 21.38 | - |
| YUV | 146.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 120 | 0 | 0.38 | 0.40 | 0.21 | 2.96 | 0.43 | 0.63 |
| Hex | C9 | 7C | 78 | 0 | 26 | 28 | 15 | 3 | 2B | 3F |
| Octal | 311 | 174 | 170 | 0 | 46 | 50 | 25 | 3 | 53 | 77 |
| Binary | 11001001 | 1111100 | 1111000 | 0 | 100110 | 101000 | 10101 | 11 | 101011 | 111111 |
Color Harmonies of #C97C78
Complementary color
Monochromatic Colors of #C97C78
Black with #C97C78
Text Example
Text Example
White with #C97C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C78; }
p { color: rgb(201,124,120); }
H1.HeaderClassName
{
color: #C97C78;
}
.AnyTagClassName
{
color: #C97C78;
}
</style>
background-color css
<style>
a { background-color: #C97C78; }
a { background-color: rgb(201,124,120); }
div.DivClassName
{
background-color: #C97C78;
}
.BgClassName
{
background-color: #C97C78;
}
</style>
border-color css
<style>
span { border-color: #C97C78; }
span { border-color: rgb(201,124,120); }
td.TdClassName
{
border-color: #C97C78;
}
.TagClassName
{
border-color: #C97C78;
}
</style>