Shades of Sea Pink #CC7777
Tints of Sea Pink #CC7777
RGB
CMYK
RGB Variations
Color information
#CC7777 (or 0xCC7777) is known color: Sea Pink. HEX triplet: CC, 77 and 77. RGB value is (204,119,119). Sum of RGB (Red+Green+Blue) = 204+119+119=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7777 is #338888. Grayscale: #909090. Windows color (decimal): -3377289 or 7829452. OLE color: 7829452.
HSL color Cylindrical-coordinate representation of color #CC7777: hue angle of 0º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7777 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 119 | 119 | - |
CMYK | 0 | 0.42 | 0.42 | 0.2 |
HSL | 0º | 0.45% | 0.63% | - |
HSV(B) | 0º | 0.42% | 0.8% | - |
XYZ | 34.83 | 27.36 | 20.9 | - |
YUV | 144.42 | 113.66 | 170.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 119 | 119 | 0 | 0.42 | 0.42 | 0.2 | 0 | 0.45 | 0.63 |
Hex | CC | 77 | 77 | 0 | 2A | 2A | 14 | 0 | 2D | 3F |
Octal | 314 | 167 | 167 | 0 | 52 | 52 | 24 | 0 | 55 | 77 |
Binary | 11001100 | 1110111 | 1110111 | 0 | 101010 | 101010 | 10100 | 0 | 101101 | 111111 |
Color Harmonies of #CC7777
Complementary color
Monochromatic Colors of #CC7777
Black with #CC7777
Text Example
Text Example
White with #CC7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7777; }
p { color: rgb(204,119,119); }
H1.HeaderClassName
{
color: #CC7777;
}
.AnyTagClassName
{
color: #CC7777;
}
</style>
background-color css
<style>
a { background-color: #CC7777; }
a { background-color: rgb(204,119,119); }
div.DivClassName
{
background-color: #CC7777;
}
.BgClassName
{
background-color: #CC7777;
}
</style>
border-color css
<style>
span { border-color: #CC7777; }
span { border-color: rgb(204,119,119); }
td.TdClassName
{
border-color: #CC7777;
}
.TagClassName
{
border-color: #CC7777;
}
</style>