#D48385

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

Shades of Charm #D48385

Tints of Charm #D48385

Color information

#D48385 (or 0xD48385) is unknown color: approx Charm. HEX triplet: D4, 83 and 85. RGB value is (212,131,133). Sum of RGB (Red+Green+Blue) = 212+131+133=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D48385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48385 is #2B7C7A. Grayscale: #9B9B9B. Windows color (decimal): -2849915 or 8750036. OLE color: 8750036.

HSL color Cylindrical-coordinate representation of color #D48385: hue angle of 358.52º degrees, saturation: 0.49, 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 #D48385 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212131133-
CMYK00.380.370.17
HSL358.52º48.5%67.25%-
HSV(B)358.52º38.21%83.14%-
XYZ39.531.9226.27-
YUV155.45115.34168.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=44.54%
G=27.52%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213113300.380.370.17358.5248.567.25
HexD4838502625111673143
Octal324203205046452154761103
Binary1101010010000011100001010100110100101100011011001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48385; }

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

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

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

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

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

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

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

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