#D6838C

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

Shades of Charm #D6838C

Tints of Charm #D6838C

Color information

#D6838C (or 0xD6838C) is unknown color: approx Charm. HEX triplet: D6, 83 and 8C. RGB value is (214,131,140). Sum of RGB (Red+Green+Blue) = 214+131+140=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6838C is #297C73. Grayscale: #9C9C9C. Windows color (decimal): -2718836 or 9208790. OLE color: 9208790.

HSL color Cylindrical-coordinate representation of color #D6838C: hue angle of 353.49º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6838C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214131140-
CMYK00.390.350.16
HSL353.49º50.3%67.65%-
HSV(B)353.49º38.79%83.92%-
XYZ40.5832.4228.93-
YUV156.84118.5168.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=44.12%
G=27.01%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413114000.390.350.16353.4950.367.65
HexD6838C02723101613244
Octal326203214047432054162104
Binary1101011010000011100011000100111100011100001011000011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6838C; }

 p { color: rgb(214,131,140); }

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

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

 a { background-color: rgb(214,131,140); }

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

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

 span { border-color: rgb(214,131,140); }

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