Shades of Sea Pink #CC817C
Tints of Sea Pink #CC817C
RGB
CMYK
RGB Variations
Color information
#CC817C (or 0xCC817C) is known color: Sea Pink. HEX triplet: CC, 81 and 7C. RGB value is (204,129,124). Sum of RGB (Red+Green+Blue) = 204+129+124=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC817C is #337E83. Grayscale: #969696. Windows color (decimal): -3374724 or 8159692. OLE color: 8159692.
HSL color Cylindrical-coordinate representation of color #CC817C: hue angle of 3.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC817C is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 124 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.2 |
| HSL | 3.75º | 0.44% | 0.64% | - |
| HSV(B) | 3.75º | 0.39% | 0.8% | - |
| XYZ | 36.39 | 29.99 | 22.94 | - |
| YUV | 150.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 124 | 0 | 0.37 | 0.39 | 0.2 | 3.75 | 0.44 | 0.64 |
| Hex | CC | 81 | 7C | 0 | 25 | 27 | 14 | 4 | 2C | 40 |
| Octal | 314 | 201 | 174 | 0 | 45 | 47 | 24 | 4 | 54 | 100 |
| Binary | 11001100 | 10000001 | 1111100 | 0 | 100101 | 100111 | 10100 | 100 | 101100 | 1000000 |
Color Harmonies of #CC817C
Complementary color
Monochromatic Colors of #CC817C
Black with #CC817C
Text Example
Text Example
White with #CC817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC817C; }
p { color: rgb(204,129,124); }
H1.HeaderClassName
{
color: #CC817C;
}
.AnyTagClassName
{
color: #CC817C;
}
</style>
background-color css
<style>
a { background-color: #CC817C; }
a { background-color: rgb(204,129,124); }
div.DivClassName
{
background-color: #CC817C;
}
.BgClassName
{
background-color: #CC817C;
}
</style>
border-color css
<style>
span { border-color: #CC817C; }
span { border-color: rgb(204,129,124); }
td.TdClassName
{
border-color: #CC817C;
}
.TagClassName
{
border-color: #CC817C;
}
</style>