#D48084

Color #D48084 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D48084

Tints of Charm #D48084

Color information

#D48084 (or 0xD48084) is unknown color: approx Charm. HEX triplet: D4, 80 and 84. RGB value is (212,128,132). Sum of RGB (Red+Green+Blue) = 212+128+132=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D48084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48084 is #2B7F7B. Grayscale: #999999. Windows color (decimal): -2850684 or 8683732. OLE color: 8683732.

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

Color convert

RGB212128132-
CMYK00.400.380.17
HSL357.14º49.41%66.67%-
HSV(B)357.14º39.62%83.14%-
XYZ39.0431.125.78-
YUV153.57115.83169.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=44.92%
G=27.12%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212813200.400.380.17357.1449.4166.67
HexD4808402826111653143
Octal324200204050462154561103
Binary1101010010000000100001000101000100110100011011001011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48084; }

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

 H1.HeaderClassName
 {
   color: #D48084;
 }
 .AnyTagClassName
 {
   color: #D48084;
 }
</style>
background-color css

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

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

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

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

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

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