#D4696C

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

Shades of Froly #D4696C

Tints of Froly #D4696C

Color information

#D4696C (or 0xD4696C) is unknown color: approx Froly. HEX triplet: D4, 69 and 6C. RGB value is (212,105,108). Sum of RGB (Red+Green+Blue) = 212+105+108=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4696C is #2B9693. Grayscale: #898989. Windows color (decimal): -2856596 or 7104980. OLE color: 7104980.

HSL color Cylindrical-coordinate representation of color #D4696C: hue angle of 358.32º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4696C is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB212105108-
CMYK00.500.490.17
HSL358.32º55.44%62.16%-
HSV(B)358.32º50.47%83.14%-
XYZ34.9125.1817.21-
YUV137.34111.45181.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=49.88%
G=24.71%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210510800.500.490.17358.3255.4462.16
HexD4696C0323111166373e
Octal32415115406261215466776
Binary1101010011010011101100011001011000110001101100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4696C; }

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

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

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

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

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

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

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

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