#CF686F

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

Shades of Froly #CF686F

Tints of Froly #CF686F

Color information

#CF686F (or 0xCF686F) is unknown color: approx Froly. HEX triplet: CF, 68 and 6F. RGB value is (207,104,111). Sum of RGB (Red+Green+Blue) = 207+104+111=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF686F is #309790. Grayscale: #878787. Windows color (decimal): -3184529 or 7301327. OLE color: 7301327.

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

Color convert

RGB207104111-
CMYK00.500.460.19
HSL355.92º51.76%60.98%-
HSV(B)355.92º49.76%81.18%-
XYZ33.5524.3117.96-
YUV135.6114.12178.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.05%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=49.05%
G=24.64%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710411100.500.460.19355.9251.7660.98
HexCF686F0322E13164343d
Octal31715015706256235446475
Binary1100111111010001101111011001010111010011101100100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF686F; }

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

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

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

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

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

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

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

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