Shades of Sea Pink #CC8484
Tints of Sea Pink #CC8484
RGB
CMYK
RGB Variations
Color information
#CC8484 (or 0xCC8484) is known color: Sea Pink. HEX triplet: CC, 84 and 84. RGB value is (204,132,132). Sum of RGB (Red+Green+Blue) = 204+132+132=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8484 is #337B7B. Grayscale: #999999. Windows color (decimal): -3373948 or 8684748. OLE color: 8684748.
HSL color Cylindrical-coordinate representation of color #CC8484: hue angle of 0º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8484 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 132 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.2 |
| HSL | 0º | 0.41% | 0.66% | - |
| HSV(B) | 0º | 0.35% | 0.8% | - |
| XYZ | 37.32 | 31.01 | 25.85 | - |
| YUV | 153.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 132 | 0 | 0.35 | 0.35 | 0.2 | 0 | 0.41 | 0.66 |
| Hex | CC | 84 | 84 | 0 | 23 | 23 | 14 | 0 | 29 | 42 |
| Octal | 314 | 204 | 204 | 0 | 43 | 43 | 24 | 0 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10000100 | 0 | 100011 | 100011 | 10100 | 0 | 101001 | 1000010 |
Color Harmonies of #CC8484
Complementary color
Monochromatic Colors of #CC8484
Black with #CC8484
Text Example
Text Example
White with #CC8484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8484; }
p { color: rgb(204,132,132); }
H1.HeaderClassName
{
color: #CC8484;
}
.AnyTagClassName
{
color: #CC8484;
}
</style>
background-color css
<style>
a { background-color: #CC8484; }
a { background-color: rgb(204,132,132); }
div.DivClassName
{
background-color: #CC8484;
}
.BgClassName
{
background-color: #CC8484;
}
</style>
border-color css
<style>
span { border-color: #CC8484; }
span { border-color: rgb(204,132,132); }
td.TdClassName
{
border-color: #CC8484;
}
.TagClassName
{
border-color: #CC8484;
}
</style>