Html Css Color HEX #D4696C Froly

📋 copy color: '#D4696C'

red 212 ◦ green 105 ◦ blue 108

#D4696C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D4696C

Tints of Froly #D4696C

RGB

 RED value IS 212 (83.2% 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 value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4696C (or 0xD4696C) is known color: 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

RGB 212 105 108 -
CMYK 0 0.50 0.49 0.17
HSL 358.32º 0.55% 0.62% -
HSV(B) 358.32º 0.5% 0.83% -
XYZ 34.91 25.18 17.21 -
YUV 137.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 212 105 108 0 0.50 0.49 0.17 358.32 0.55 0.62
Hex D4 69 6C 0 32 31 11 166 37 3E
Octal 324 151 154 0 62 61 21 546 67 76
Binary 11010100 1101001 1101100 0 110010 110001 10001 101100110 110111 111110

Color Harmonies of #D4696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4696C

Black with #D4696C

Text Example


Text Example

White with #D4696C

Text Example


Text Example

HTML Codes & Css Web 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>