Html Css Color HEX #D1748A Charm

📋 copy color: '#D1748A'

red 209 ◦ green 116 ◦ blue 138

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

Shades of Charm #D1748A

Tints of Charm #D1748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.05%

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

R = 45.14%
G = 25.05%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1748A (or 0xD1748A) is known color: Charm. HEX triplet: D1, 74 and 8A. RGB value is (209,116,138). Sum of RGB (Red+Green+Blue) = 209+116+138=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1748A is #2E8B75. Grayscale: #929292. Windows color (decimal): -3050358 or 9073873. OLE color: 9073873.

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

Color convert

RGB 209 116 138 -
CMYK 0 0.44 0.34 0.18
HSL 345.81º 0.5% 0.64% -
HSV(B) 345.81º 0.44% 0.82% -
XYZ 37.13 27.88 27.47 -
YUV 146.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 209 116 138 0 0.44 0.34 0.18 345.81 0.5 0.64
Hex D1 74 8A 0 2C 22 12 15A 32 40
Octal 321 164 212 0 54 42 22 532 62 100
Binary 11010001 1110100 10001010 0 101100 100010 10010 101011010 110010 1000000

Color Harmonies of #D1748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1748A

Black with #D1748A

Text Example


Text Example

White with #D1748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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