#CC7F78

Color #CC7F78 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #CC7F78

Tints of Sea Pink #CC7F78

Color information

#CC7F78 (or 0xCC7F78) is unknown color: approx Sea Pink. HEX triplet: CC, 7F and 78. RGB value is (204,127,120). Sum of RGB (Red+Green+Blue) = 204+127+120=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F78 is #338087. Grayscale: #959595. Windows color (decimal): -3375240 or 7897036. OLE color: 7897036.

HSL color Cylindrical-coordinate representation of color #CC7F78: hue angle of 5º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC7F78 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204127120-
CMYK00.380.410.2
HSL45.16%63.53%-
HSV(B)41.18%80%-
XYZ35.8829.3721.55-
YUV149.22111.51167.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 120 (47.27% from 255) = 26.61%
R=45.23%
G=28.16%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412712000.380.410.2545.1663.53
HexCC7F78026291452d40
Octal3141771700465124555100
Binary11001100111111111110000100110101001101001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F78; }

 p { color: rgb(204,127,120); }

 H1.HeaderClassName
 {
   color: #CC7F78;
 }
 .AnyTagClassName
 {
   color: #CC7F78;
 }
</style>
background-color css

<style>
 a { background-color: #CC7F78; }

 a { background-color: rgb(204,127,120); }

 div.DivClassName
 {
   background-color: #CC7F78;
 }
 .BgClassName
 {
   background-color: #CC7F78;
 }
</style>
border-color css

<style>
 span { border-color: #CC7F78; }

 span { border-color: rgb(204,127,120); }

 td.TdClassName
 {
   border-color: #CC7F78;
 }
 .TagClassName
 {
   border-color: #CC7F78;
 }
</style>