#CF7679

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

Shades of Froly #CF7679

Tints of Froly #CF7679

Color information

#CF7679 (or 0xCF7679) is unknown color: approx Froly. HEX triplet: CF, 76 and 79. RGB value is (207,118,121). Sum of RGB (Red+Green+Blue) = 207+118+121=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7679 is #308986. Grayscale: #919191. Windows color (decimal): -3180935 or 7960271. OLE color: 7960271.

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

Color convert

RGB207118121-
CMYK00.430.420.19
HSL357.98º48.11%63.73%-
HSV(B)357.98º43%81.18%-
XYZ35.6627.621.54-
YUV144.95114.49172.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=46.41%
G=26.46%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711812100.430.420.19357.9848.1163.73
HexCF767902B2A131663040
Octal317166171053522354660100
Binary11001111111011011110010101011101010100111011001101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7679; }

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

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

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

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

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

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

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

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