Shades of Sea Pink #CC7A74
Tints of Sea Pink #CC7A74
RGB
CMYK
RGB Variations
Color information
#CC7A74 (or 0xCC7A74) is known color: Sea Pink. HEX triplet: CC, 7A and 74. RGB value is (204,122,116). Sum of RGB (Red+Green+Blue) = 204+122+116=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A74 is #33858B. Grayscale: #919191. Windows color (decimal): -3376524 or 7633612. OLE color: 7633612.
HSL color Cylindrical-coordinate representation of color #CC7A74: hue angle of 4.09º 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 #CC7A74 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 116 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.2 |
| HSL | 4.09º | 0.46% | 0.63% | - |
| HSV(B) | 4.09º | 0.43% | 0.8% | - |
| XYZ | 35.01 | 28.02 | 20.09 | - |
| YUV | 145.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 116 | 0 | 0.40 | 0.43 | 0.2 | 4.09 | 0.46 | 0.63 |
| Hex | CC | 7A | 74 | 0 | 28 | 2B | 14 | 4 | 2E | 3F |
| Octal | 314 | 172 | 164 | 0 | 50 | 53 | 24 | 4 | 56 | 77 |
| Binary | 11001100 | 1111010 | 1110100 | 0 | 101000 | 101011 | 10100 | 100 | 101110 | 111111 |
Color Harmonies of #CC7A74
Complementary color
Monochromatic Colors of #CC7A74
Black with #CC7A74
Text Example
Text Example
White with #CC7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A74; }
p { color: rgb(204,122,116); }
H1.HeaderClassName
{
color: #CC7A74;
}
.AnyTagClassName
{
color: #CC7A74;
}
</style>
background-color css
<style>
a { background-color: #CC7A74; }
a { background-color: rgb(204,122,116); }
div.DivClassName
{
background-color: #CC7A74;
}
.BgClassName
{
background-color: #CC7A74;
}
</style>
border-color css
<style>
span { border-color: #CC7A74; }
span { border-color: rgb(204,122,116); }
td.TdClassName
{
border-color: #CC7A74;
}
.TagClassName
{
border-color: #CC7A74;
}
</style>