#CF7973

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

Shades of Sea Pink #CF7973

Tints of Sea Pink #CF7973

Color information

#CF7973 (or 0xCF7973) is unknown color: approx Sea Pink. HEX triplet: CF, 79 and 73. RGB value is (207,121,115). Sum of RGB (Red+Green+Blue) = 207+121+115=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7973 is #30868C. Grayscale: #929292. Windows color (decimal): -3180173 or 7567823. OLE color: 7567823.

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

Color convert

RGB207121115-
CMYK00.420.440.19
HSL3.91º48.94%63.14%-
HSV(B)3.91º44.44%81.18%-
XYZ35.6628.1819.78-
YUV146.03110.49171.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=46.73%
G=27.31%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712111500.420.440.193.9148.9463.14
HexCF797302A2C134313f
Octal317171163052542346177
Binary1100111111110011110011010101010110010011100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7973; }

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

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

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

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

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

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

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

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