Html Css Color HEX #D0696A Froly

📋 copy color: '#D0696A'

red 208 ◦ green 105 ◦ blue 106

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

Shades of Froly #D0696A

Tints of Froly #D0696A

RGB

 RED value IS 208 (81.64% from 255) = 49.64%

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

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 49.64%
G = 25.06%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0696A (or 0xD0696A) is known color: Froly. HEX triplet: D0, 69 and 6A. RGB value is (208,105,106). Sum of RGB (Red+Green+Blue) = 208+105+106=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0696A is #2F9695. Grayscale: #888888. Windows color (decimal): -3118742 or 6973904. OLE color: 6973904.

HSL color Cylindrical-coordinate representation of color #D0696A: hue angle of 359.42º 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 #D0696A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 105 106 -
CMYK 0 0.50 0.49 0.18
HSL 359.42º 0.52% 0.61% -
HSV(B) 359.42º 0.5% 0.82% -
XYZ 33.67 24.55 16.6 -
YUV 135.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 208 105 106 0 0.50 0.49 0.18 359.42 0.52 0.61
Hex D0 69 6A 0 32 31 12 167 34 3D
Octal 320 151 152 0 62 61 22 547 64 75
Binary 11010000 1101001 1101010 0 110010 110001 10010 101100111 110100 111101

Color Harmonies of #D0696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0696A

Black with #D0696A

Text Example


Text Example

White with #D0696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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