Html Css Color HEX #D48488 Charm

📋 copy color: '#D48488'

red 212 ◦ green 132 ◦ blue 136

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

Shades of Charm #D48488

Tints of Charm #D48488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.33%

R = 44.17%
G = 27.5%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D48488 (or 0xD48488) is known color: Charm. HEX triplet: D4, 84 and 88. RGB value is (212,132,136). Sum of RGB (Red+Green+Blue) = 212+132+136=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D48488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48488 is #2B7B77. Grayscale: #9C9C9C. Windows color (decimal): -2849656 or 8946900. OLE color: 8946900.

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

Color convert

RGB 212 132 136 -
CMYK 0 0.38 0.36 0.17
HSL 357º 0.48% 0.67% -
HSV(B) 357º 0.38% 0.83% -
XYZ 39.85 32.28 27.42 -
YUV 156.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 212 132 136 0 0.38 0.36 0.17 357 0.48 0.67
Hex D4 84 88 0 26 24 11 165 30 43
Octal 324 204 210 0 46 44 21 545 60 103
Binary 11010100 10000100 10001000 0 100110 100100 10001 101100101 110000 1000011

Color Harmonies of #D48488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48488

Black with #D48488

Text Example


Text Example

White with #D48488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48488; }

 p { color: rgb(212,132,136); }

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

background-color css

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

 a { background-color: rgb(212,132,136); }

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

border-color css

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

 span { border-color: rgb(212,132,136); }

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