Shades of Sea Pink #CC817F
Tints of Sea Pink #CC817F
RGB
CMYK
RGB Variations
Color information
#CC817F (or 0xCC817F) is known color: Sea Pink. HEX triplet: CC, 81 and 7F. RGB value is (204,129,127). Sum of RGB (Red+Green+Blue) = 204+129+127=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC817F is #337E80. Grayscale: #979797. Windows color (decimal): -3374721 or 8356300. OLE color: 8356300.
HSL color Cylindrical-coordinate representation of color #CC817F: hue angle of 1.56º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC817F is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 127 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.2 |
| HSL | 1.56º | 0.43% | 0.65% | - |
| HSV(B) | 1.56º | 0.38% | 0.8% | - |
| XYZ | 36.58 | 30.07 | 23.95 | - |
| YUV | 151.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 127 | 0 | 0.37 | 0.38 | 0.2 | 1.56 | 0.43 | 0.65 |
| Hex | CC | 81 | 7F | 0 | 25 | 26 | 14 | 2 | 2B | 41 |
| Octal | 314 | 201 | 177 | 0 | 45 | 46 | 24 | 2 | 53 | 101 |
| Binary | 11001100 | 10000001 | 1111111 | 0 | 100101 | 100110 | 10100 | 10 | 101011 | 1000001 |
Color Harmonies of #CC817F
Complementary color
Monochromatic Colors of #CC817F
Black with #CC817F
Text Example
Text Example
White with #CC817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC817F; }
p { color: rgb(204,129,127); }
H1.HeaderClassName
{
color: #CC817F;
}
.AnyTagClassName
{
color: #CC817F;
}
</style>
background-color css
<style>
a { background-color: #CC817F; }
a { background-color: rgb(204,129,127); }
div.DivClassName
{
background-color: #CC817F;
}
.BgClassName
{
background-color: #CC817F;
}
</style>
border-color css
<style>
span { border-color: #CC817F; }
span { border-color: rgb(204,129,127); }
td.TdClassName
{
border-color: #CC817F;
}
.TagClassName
{
border-color: #CC817F;
}
</style>