#CF686E

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

Shades of Froly #CF686E

Tints of Froly #CF686E

Color information

#CF686E (or 0xCF686E) is unknown color: approx Froly. HEX triplet: CF, 68 and 6E. RGB value is (207,104,110). Sum of RGB (Red+Green+Blue) = 207+104+110=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF686E is #309791. Grayscale: #878787. Windows color (decimal): -3184530 or 7235791. OLE color: 7235791.

HSL color Cylindrical-coordinate representation of color #CF686E: hue angle of 356.5º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF686E is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB207104110-
CMYK00.500.470.19
HSL356.5º51.76%60.98%-
HSV(B)356.5º49.76%81.18%-
XYZ33.524.2917.68-
YUV135.48113.62179.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.17%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=49.17%
G=24.70%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710411000.500.470.19356.551.7660.98
HexCF686E0322F13165343d
Octal31715015606257235456475
Binary1100111111010001101110011001010111110011101100101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF686E; }

 p { color: rgb(207,104,110); }

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

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

 a { background-color: rgb(207,104,110); }

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

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

 span { border-color: rgb(207,104,110); }

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