#D6697C

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

Shades of Froly #D6697C

Tints of Froly #D6697C

Color information

#D6697C (or 0xD6697C) is unknown color: approx Froly. HEX triplet: D6, 69 and 7C. RGB value is (214,105,124). Sum of RGB (Red+Green+Blue) = 214+105+124=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6697C is #299683. Grayscale: #8B8B8B. Windows color (decimal): -2725508 or 8153558. OLE color: 8153558.

HSL color Cylindrical-coordinate representation of color #D6697C: hue angle of 349.54º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6697C is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB214105124-
CMYK00.510.420.16
HSL349.54º57.07%62.55%-
HSV(B)349.54º50.93%83.92%-
XYZ36.4225.8522.14-
YUV139.76119.11180.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=48.31%
G=23.70%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410512400.510.420.16349.5457.0762.55
HexD6697C0332A1015e393f
Octal32615117406352205367177
Binary1101011011010011111100011001110101010000101011110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6697C; }

 p { color: rgb(214,105,124); }

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

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

 a { background-color: rgb(214,105,124); }

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

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

 span { border-color: rgb(214,105,124); }

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