Html Css Color HEX #D0696C Froly

📋 copy color: '#D0696C'

red 208 ◦ green 105 ◦ blue 108

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

Shades of Froly #D0696C

Tints of Froly #D0696C

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 value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

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

RGB 208 105 108 -
CMYK 0 0.50 0.48 0.18
HSL 358.25º 0.52% 0.61% -
HSV(B) 358.25º 0.5% 0.82% -
XYZ 33.77 24.6 17.15 -
YUV 136.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 208 105 108 0 0.50 0.48 0.18 358.25 0.52 0.61
Hex D0 69 6C 0 32 30 12 166 34 3D
Octal 320 151 154 0 62 60 22 546 64 75
Binary 11010000 1101001 1101100 0 110010 110000 10010 101100110 110100 111101

Color Harmonies of #D0696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0696C

Black with #D0696C

Text Example


Text Example

White with #D0696C

Text Example


Text Example

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