#D6838A

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

Shades of Charm #D6838A

Tints of Charm #D6838A

Color information

#D6838A (or 0xD6838A) is unknown color: approx Charm. HEX triplet: D6, 83 and 8A. RGB value is (214,131,138). Sum of RGB (Red+Green+Blue) = 214+131+138=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6838A is #297C75. Grayscale: #9C9C9C. Windows color (decimal): -2718838 or 9077718. OLE color: 9077718.

HSL color Cylindrical-coordinate representation of color #D6838A: hue angle of 354.94º 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 #D6838A is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214131138-
CMYK00.390.360.16
HSL354.94º50.3%67.65%-
HSV(B)354.94º38.79%83.92%-
XYZ40.4432.3628.16-
YUV156.61117.5168.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=44.31%
G=27.12%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413113800.390.360.16354.9450.367.65
HexD6838A02724101633244
Octal326203212047442054362104
Binary1101011010000011100010100100111100100100001011000111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6838A; }

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

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

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

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

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

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

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

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