#D48185

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

Shades of Charm #D48185

Tints of Charm #D48185

Color information

#D48185 (or 0xD48185) is unknown color: approx Charm. HEX triplet: D4, 81 and 85. RGB value is (212,129,133). Sum of RGB (Red+Green+Blue) = 212+129+133=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D48185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48185 is #2B7E7A. Grayscale: #9A9A9A. Windows color (decimal): -2850427 or 8749524. OLE color: 8749524.

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

Color convert

RGB212129133-
CMYK00.390.370.17
HSL357.11º49.11%66.86%-
HSV(B)357.11º39.15%83.14%-
XYZ39.2431.3926.18-
YUV154.27116169.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.73%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=44.73%
G=27.22%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212913300.390.370.17357.1149.1166.86
HexD4818502725111653143
Octal324201205047452154561103
Binary1101010010000001100001010100111100101100011011001011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48185; }

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

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

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

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

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

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

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

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