#CF7974

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

Shades of Sea Pink #CF7974

Tints of Sea Pink #CF7974

Color information

#CF7974 (or 0xCF7974) is unknown color: approx Sea Pink. HEX triplet: CF, 79 and 74. RGB value is (207,121,116). Sum of RGB (Red+Green+Blue) = 207+121+116=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7974 is #30868B. Grayscale: #929292. Windows color (decimal): -3180172 or 7633359. OLE color: 7633359.

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

Color convert

RGB207121116-
CMYK00.420.440.19
HSL3.3º48.66%63.33%-
HSV(B)3.3º43.96%81.18%-
XYZ35.7228.220.08-
YUV146.14110.99171.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=46.62%
G=27.25%
B=26.13%

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
Decimal20712111600.420.440.193.348.6663.33
HexCF797402A2C133313f
Octal317171164052542336177
Binary110011111111001111010001010101011001001111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7974; }

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

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

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

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

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

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

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

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