Shades of Sea Pink #CC8280
Tints of Sea Pink #CC8280
RGB
CMYK
RGB Variations
Color information
#CC8280 (or 0xCC8280) is known color: Sea Pink. HEX triplet: CC, 82 and 80. RGB value is (204,130,128). Sum of RGB (Red+Green+Blue) = 204+130+128=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8280 is #337D7F. Grayscale: #979797. Windows color (decimal): -3374464 or 8422092. OLE color: 8422092.
HSL color Cylindrical-coordinate representation of color #CC8280: hue angle of 1.58º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8280 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 128 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.2 |
| HSL | 1.58º | 0.43% | 0.65% | - |
| HSV(B) | 1.58º | 0.37% | 0.8% | - |
| XYZ | 36.78 | 30.36 | 24.34 | - |
| YUV | 151.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 128 | 0 | 0.36 | 0.37 | 0.2 | 1.58 | 0.43 | 0.65 |
| Hex | CC | 82 | 80 | 0 | 24 | 25 | 14 | 2 | 2B | 41 |
| Octal | 314 | 202 | 200 | 0 | 44 | 45 | 24 | 2 | 53 | 101 |
| Binary | 11001100 | 10000010 | 10000000 | 0 | 100100 | 100101 | 10100 | 10 | 101011 | 1000001 |
Color Harmonies of #CC8280
Complementary color
Monochromatic Colors of #CC8280
Black with #CC8280
Text Example
Text Example
White with #CC8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8280; }
p { color: rgb(204,130,128); }
H1.HeaderClassName
{
color: #CC8280;
}
.AnyTagClassName
{
color: #CC8280;
}
</style>
background-color css
<style>
a { background-color: #CC8280; }
a { background-color: rgb(204,130,128); }
div.DivClassName
{
background-color: #CC8280;
}
.BgClassName
{
background-color: #CC8280;
}
</style>
border-color css
<style>
span { border-color: #CC8280; }
span { border-color: rgb(204,130,128); }
td.TdClassName
{
border-color: #CC8280;
}
.TagClassName
{
border-color: #CC8280;
}
</style>