#CF7A74

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

Shades of Sea Pink #CF7A74

Tints of Sea Pink #CF7A74

Color information

#CF7A74 (or 0xCF7A74) is unknown color: approx Sea Pink. HEX triplet: CF, 7A and 74. RGB value is (207,122,116). Sum of RGB (Red+Green+Blue) = 207+122+116=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A74 is #30858B. Grayscale: #929292. Windows color (decimal): -3179916 or 7633615. OLE color: 7633615.

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

Color convert

RGB207122116-
CMYK00.410.440.19
HSL3.96º48.66%63.33%-
HSV(B)3.96º43.96%81.18%-
XYZ35.8428.4520.12-
YUV146.73110.66170.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=46.52%
G=27.42%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712211600.410.440.193.9648.6663.33
HexCF7A740292C134313f
Octal317172164051542346177
Binary1100111111110101110100010100110110010011100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7A74; }

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

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

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

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

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

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

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

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