#cf7a77

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

Shades of Sea Pink #CF7A77

Tints of Sea Pink #CF7A77

Color information

#CF7A77 (or 0xCF7A77) is unknown color: approx Sea Pink. HEX triplet: CF, 7A and 77. RGB value is (207,122,119). Sum of RGB (Red+Green+Blue) = 207+122+119=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A77 is #308588. Grayscale: #939393. Windows color (decimal): -3179913 or 7830223. OLE color: 7830223.

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

Color convert

RGB207122119-
CMYK00.410.430.19
HSL2.05º47.83%63.92%-
HSV(B)2.05º42.51%81.18%-
XYZ36.0228.5221.06-
YUV147.07112.16170.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=46.21%
G=27.23%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712211900.410.430.192.0547.8363.92
HexCF7A770292B1323040
Octal3171721670515323260100
Binary1100111111110101110111010100110101110011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7a77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7a77; }

 p { color: rgb(207,122,119); }

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

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

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

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

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

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

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