#D0696C

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

Shades of Froly #D0696C

Tints of Froly #D0696C

Color information

#D0696C (or 0xD0696C) is unknown color: approx Froly. HEX triplet: D0, 69 and 6C. RGB value is (208,105,108). Sum of RGB (Red+Green+Blue) = 208+105+108=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0696C is #2F9693. Grayscale: #888888. Windows color (decimal): -3118740 or 7104976. OLE color: 7104976.

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

Color convert

RGB208105108-
CMYK00.500.480.18
HSL358.25º52.28%61.37%-
HSV(B)358.25º49.52%81.57%-
XYZ33.7724.617.15-
YUV136.14112.12179.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.41%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 108 (42.58% from 255) = 25.65%
R=49.41%
G=24.94%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810510800.500.480.18358.2552.2861.37
HexD0696C0323012166343d
Octal32015115406260225466475
Binary1101000011010011101100011001011000010010101100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0696C; }

 p { color: rgb(208,105,108); }

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

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

 a { background-color: rgb(208,105,108); }

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

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

 span { border-color: rgb(208,105,108); }

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