Html Css Color HEX #D48589 Charm

📋 copy color: '#D48589'

red 212 ◦ green 133 ◦ blue 137

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

Shades of Charm #D48589

Tints of Charm #D48589

RGB

 RED value IS 212 (83.2% from 255) = 43.98%

 GREEN value IS 133 (52.34% from 255) = 27.59%

 BLUE value IS 137 (53.91% from 255) = 28.42%

R = 43.98%
G = 27.59%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D48589 (or 0xD48589) is known color: Charm. HEX triplet: D4, 85 and 89. RGB value is (212,133,137). Sum of RGB (Red+Green+Blue) = 212+133+137=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D48589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48589 is #2B7A76. Grayscale: #9D9D9D. Windows color (decimal): -2849399 or 9012692. OLE color: 9012692.

HSL color Cylindrical-coordinate representation of color #D48589: hue angle of 356.96º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D48589 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 133 137 -
CMYK 0 0.37 0.35 0.17
HSL 356.96º 0.48% 0.68% -
HSV(B) 356.96º 0.37% 0.83% -
XYZ 40.05 32.58 27.84 -
YUV 157.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 212 133 137 0 0.37 0.35 0.17 356.96 0.48 0.68
Hex D4 85 89 0 25 23 11 165 30 44
Octal 324 205 211 0 45 43 21 545 60 104
Binary 11010100 10000101 10001001 0 100101 100011 10001 101100101 110000 1000100

Color Harmonies of #D48589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48589

Black with #D48589

Text Example


Text Example

White with #D48589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48589; }

 p { color: rgb(212,133,137); }

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

background-color css

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

 a { background-color: rgb(212,133,137); }

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

border-color css

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

 span { border-color: rgb(212,133,137); }

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