#CF7F79

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

Shades of Sea Pink #CF7F79

Tints of Sea Pink #CF7F79

Color information

#CF7F79 (or 0xCF7F79) is unknown color: approx Sea Pink. HEX triplet: CF, 7F and 79. RGB value is (207,127,121). Sum of RGB (Red+Green+Blue) = 207+127+121=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F79 is #308086. Grayscale: #969696. Windows color (decimal): -3178631 or 7962575. OLE color: 7962575.

HSL color Cylindrical-coordinate representation of color #CF7F79: hue angle of 4.19º degrees, saturation: 0.47, 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 #CF7F79 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207127121-
CMYK00.390.420.19
HSL4.19º47.25%64.31%-
HSV(B)4.19º41.55%81.18%-
XYZ36.7729.8221.91-
YUV150.24111.5168.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 121 (47.66% from 255) = 26.59%
R=45.49%
G=27.91%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712712100.390.420.194.1947.2564.31
HexCF7F790272A1342f40
Octal3171771710475223457100
Binary11001111111111111110010100111101010100111001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7F79; }

 p { color: rgb(207,127,121); }

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

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

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

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

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

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

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