#CF7C76

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

Shades of Sea Pink #CF7C76

Tints of Sea Pink #CF7C76

Color information

#CF7C76 (or 0xCF7C76) is unknown color: approx Sea Pink. HEX triplet: CF, 7C and 76. RGB value is (207,124,118). Sum of RGB (Red+Green+Blue) = 207+124+118=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C76 is #308389. Grayscale: #949494. Windows color (decimal): -3179402 or 7765199. OLE color: 7765199.

HSL color Cylindrical-coordinate representation of color #CF7C76: hue angle of 4.04º 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 #CF7C76 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207124118-
CMYK00.400.430.19
HSL4.04º48.11%63.73%-
HSV(B)4.04º43%81.18%-
XYZ36.2128.9920.83-
YUV148.13111169.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 124 (48.83% from 255) = 27.62%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=46.10%
G=27.62%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712411800.400.430.194.0448.1163.73
HexCF7C760282B1343040
Octal3171741660505323460100
Binary11001111111110011101100101000101011100111001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7C76; }

 p { color: rgb(207,124,118); }

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

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

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

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

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

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

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