Html Css Color HEX #D7696F Froly

📋 copy color: '#D7696F'

red 215 ◦ green 105 ◦ blue 111

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

Shades of Froly #D7696F

Tints of Froly #D7696F

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

 GREEN value IS 105 (41.41% from 255) = 24.36%

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 49.88%
G = 24.36%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7696F (or 0xD7696F) is known color: Froly. HEX triplet: D7, 69 and 6F. RGB value is (215,105,111). Sum of RGB (Red+Green+Blue) = 215+105+111=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7696F is #289690. Grayscale: #8A8A8A. Windows color (decimal): -2659985 or 7301591. OLE color: 7301591.

HSL color Cylindrical-coordinate representation of color #D7696F: hue angle of 356.73º degrees, saturation: 0.58, 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 #D7696F is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 105 111 -
CMYK 0 0.51 0.48 0.16
HSL 356.73º 0.58% 0.63% -
HSV(B) 356.73º 0.51% 0.84% -
XYZ 35.95 25.7 18.1 -
YUV 138.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 215 105 111 0 0.51 0.48 0.16 356.73 0.58 0.63
Hex D7 69 6F 0 33 30 10 165 3A 3F
Octal 327 151 157 0 63 60 20 545 72 77
Binary 11010111 1101001 1101111 0 110011 110000 10000 101100101 111010 111111

Color Harmonies of #D7696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7696F

Black with #D7696F

Text Example


Text Example

White with #D7696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7696F; }

 p { color: rgb(215,105,111); }

 H1.HeaderClassName
 {
   color: #D7696F;
 }
 .AnyTagClassName
 {
   color: #D7696F;
 }
</style>

background-color css

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

 a { background-color: rgb(215,105,111); }

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

border-color css

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

 span { border-color: rgb(215,105,111); }

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