Shades of Sea Pink #CC7B74
Tints of Sea Pink #CC7B74
RGB
CMYK
RGB Variations
Color information
#CC7B74 (or 0xCC7B74) is known color: Sea Pink. HEX triplet: CC, 7B and 74. RGB value is (204,123,116). Sum of RGB (Red+Green+Blue) = 204+123+116=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B74 is #33848B. Grayscale: #929292. Windows color (decimal): -3376268 or 7633868. OLE color: 7633868.
HSL color Cylindrical-coordinate representation of color #CC7B74: hue angle of 4.77º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7B74 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 116 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.2 |
| HSL | 4.77º | 0.46% | 0.63% | - |
| HSV(B) | 4.77º | 0.43% | 0.8% | - |
| XYZ | 35.14 | 28.26 | 20.13 | - |
| YUV | 146.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 116 | 0 | 0.40 | 0.43 | 0.2 | 4.77 | 0.46 | 0.63 |
| Hex | CC | 7B | 74 | 0 | 28 | 2B | 14 | 5 | 2E | 3F |
| Octal | 314 | 173 | 164 | 0 | 50 | 53 | 24 | 5 | 56 | 77 |
| Binary | 11001100 | 1111011 | 1110100 | 0 | 101000 | 101011 | 10100 | 101 | 101110 | 111111 |
Color Harmonies of #CC7B74
Complementary color
Monochromatic Colors of #CC7B74
Black with #CC7B74
Text Example
Text Example
White with #CC7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B74; }
p { color: rgb(204,123,116); }
H1.HeaderClassName
{
color: #CC7B74;
}
.AnyTagClassName
{
color: #CC7B74;
}
</style>
background-color css
<style>
a { background-color: #CC7B74; }
a { background-color: rgb(204,123,116); }
div.DivClassName
{
background-color: #CC7B74;
}
.BgClassName
{
background-color: #CC7B74;
}
</style>
border-color css
<style>
span { border-color: #CC7B74; }
span { border-color: rgb(204,123,116); }
td.TdClassName
{
border-color: #CC7B74;
}
.TagClassName
{
border-color: #CC7B74;
}
</style>