Html Css Color HEX #D18485 Charm

📋 copy color: '#D18485'

red 209 ◦ green 132 ◦ blue 133

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

Shades of Charm #D18485

Tints of Charm #D18485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.85%

 BLUE value IS 133 (52.34% from 255) = 28.06%

R = 44.09%
G = 27.85%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D18485 (or 0xD18485) is known color: Charm. HEX triplet: D1, 84 and 85. RGB value is (209,132,133). Sum of RGB (Red+Green+Blue) = 209+132+133=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D18485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18485 is #2E7B7A. Grayscale: #9B9B9B. Windows color (decimal): -3046267 or 8750289. OLE color: 8750289.

HSL color Cylindrical-coordinate representation of color #D18485: hue angle of 359.22º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D18485 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 132 133 -
CMYK 0 0.37 0.36 0.18
HSL 359.22º 0.46% 0.67% -
HSV(B) 359.22º 0.37% 0.82% -
XYZ 38.78 31.75 26.28 -
YUV 155.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 209 132 133 0 0.37 0.36 0.18 359.22 0.46 0.67
Hex D1 84 85 0 25 24 12 167 2E 43
Octal 321 204 205 0 45 44 22 547 56 103
Binary 11010001 10000100 10000101 0 100101 100100 10010 101100111 101110 1000011

Color Harmonies of #D18485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18485

Black with #D18485

Text Example


Text Example

White with #D18485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18485; }

 p { color: rgb(209,132,133); }

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

background-color css

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

 a { background-color: rgb(209,132,133); }

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

border-color css

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

 span { border-color: rgb(209,132,133); }

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