#CF7878

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

Shades of Sea Pink #CF7878

Tints of Sea Pink #CF7878

Color information

#CF7878 (or 0xCF7878) is unknown color: approx Sea Pink. HEX triplet: CF, 78 and 78. RGB value is (207,120,120). Sum of RGB (Red+Green+Blue) = 207+120+120=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7878 is #308787. Grayscale: #929292. Windows color (decimal): -3180424 or 7895247. OLE color: 7895247.

HSL color Cylindrical-coordinate representation of color #CF7878: hue angle of 0º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF7878 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207120120-
CMYK00.420.420.19
HSL47.54%64.12%-
HSV(B)42.03%81.18%-
XYZ35.8428.0521.3-
YUV146.01113.32171.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 120 (47.27% from 255) = 26.85%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=46.31%
G=26.85%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712012000.420.420.19047.5464.12
HexCF787802A2A1303040
Octal3171701700525223060100
Binary110011111111000111100001010101010101001101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7878; }

 p { color: rgb(207,120,120); }

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

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

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

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

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

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

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