Html Css Color HEX #D98186 Charm

📋 copy color: '#D98186'

red 217 ◦ green 129 ◦ blue 134

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

Shades of Charm #D98186

Tints of Charm #D98186

RGB

 RED value IS 217 (85.16% from 255) = 45.21%

 GREEN value IS 129 (50.78% from 255) = 26.88%

 BLUE value IS 134 (52.73% from 255) = 27.92%

R = 45.21%
G = 26.88%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D98186 (or 0xD98186) is known color: Charm. HEX triplet: D9, 81 and 86. RGB value is (217,129,134). Sum of RGB (Red+Green+Blue) = 217+129+134=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D98186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98186 is #267E79. Grayscale: #9B9B9B. Windows color (decimal): -2522746 or 8815065. OLE color: 8815065.

HSL color Cylindrical-coordinate representation of color #D98186: hue angle of 356.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98186 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 129 134 -
CMYK 0 0.41 0.38 0.15
HSL 356.59º 0.54% 0.68% -
HSV(B) 356.59º 0.41% 0.85% -
XYZ 40.77 32.17 26.62 -
YUV 155.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 217 129 134 0 0.41 0.38 0.15 356.59 0.54 0.68
Hex D9 81 86 0 29 26 F 165 36 44
Octal 331 201 206 0 51 46 17 545 66 104
Binary 11011001 10000001 10000110 0 101001 100110 1111 101100101 110110 1000100

Color Harmonies of #D98186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98186

Black with #D98186

Text Example


Text Example

White with #D98186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98186; }

 p { color: rgb(217,129,134); }

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

background-color css

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

 a { background-color: rgb(217,129,134); }

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

border-color css

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

 span { border-color: rgb(217,129,134); }

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