Html Css Color HEX #D1698A Charm

📋 copy color: '#D1698A'

red 209 ◦ green 105 ◦ blue 138

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

Shades of Charm #D1698A

Tints of Charm #D1698A

RGB

 RED value IS 209 (82.03% from 255) = 46.24%

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

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 46.24%
G = 23.23%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1698A (or 0xD1698A) is known color: Charm. HEX triplet: D1, 69 and 8A. RGB value is (209,105,138). Sum of RGB (Red+Green+Blue) = 209+105+138=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1698A is #2E9675. Grayscale: #8B8B8B. Windows color (decimal): -3053174 or 9071057. OLE color: 9071057.

HSL color Cylindrical-coordinate representation of color #D1698A: hue angle of 340.96º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1698A is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 105 138 -
CMYK 0 0.50 0.34 0.18
HSL 340.96º 0.53% 0.62% -
HSV(B) 340.96º 0.5% 0.82% -
XYZ 35.93 25.49 27.07 -
YUV 139.86 126.96 177.32 -
System Red Green Blue C M Y K H S L
Decimal 209 105 138 0 0.50 0.34 0.18 340.96 0.53 0.62
Hex D1 69 8A 0 32 22 12 155 35 3E
Octal 321 151 212 0 62 42 22 525 65 76
Binary 11010001 1101001 10001010 0 110010 100010 10010 101010101 110101 111110

Color Harmonies of #D1698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1698A

Black with #D1698A

Text Example


Text Example

White with #D1698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1698A; }

 p { color: rgb(209,105,138); }

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

background-color css

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

 a { background-color: rgb(209,105,138); }

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

border-color css

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

 span { border-color: rgb(209,105,138); }

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