Html Css Color HEX #D0696E Froly

📋 copy color: '#D0696E'

red 208 ◦ green 105 ◦ blue 110

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

Shades of Froly #D0696E

Tints of Froly #D0696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26%

R = 49.17%
G = 24.82%
B = 26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0696E (or 0xD0696E) is known color: Froly. HEX triplet: D0, 69 and 6E. RGB value is (208,105,110). Sum of RGB (Red+Green+Blue) = 208+105+110=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0696E is #2F9691. Grayscale: #888888. Windows color (decimal): -3118738 or 7236048. OLE color: 7236048.

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

Color convert

RGB 208 105 110 -
CMYK 0 0.50 0.47 0.18
HSL 357.09º 0.52% 0.61% -
HSV(B) 357.09º 0.5% 0.82% -
XYZ 33.88 24.64 17.72 -
YUV 136.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 208 105 110 0 0.50 0.47 0.18 357.09 0.52 0.61
Hex D0 69 6E 0 32 2F 12 165 34 3D
Octal 320 151 156 0 62 57 22 545 64 75
Binary 11010000 1101001 1101110 0 110010 101111 10010 101100101 110100 111101

Color Harmonies of #D0696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0696E

Black with #D0696E

Text Example


Text Example

White with #D0696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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