#D6828A

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

Shades of Charm #D6828A

Tints of Charm #D6828A

Color information

#D6828A (or 0xD6828A) is unknown color: approx Charm. HEX triplet: D6, 82 and 8A. RGB value is (214,130,138). Sum of RGB (Red+Green+Blue) = 214+130+138=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6828A is #297D75. Grayscale: #9C9C9C. Windows color (decimal): -2719094 or 9077462. OLE color: 9077462.

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

Color convert

RGB214130138-
CMYK00.390.360.16
HSL354.29º50.6%67.45%-
HSV(B)354.29º39.25%83.92%-
XYZ40.332.128.12-
YUV156.03117.83169.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.40%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=44.40%
G=26.97%
B=28.63%

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
Decimal21413013800.390.360.16354.2950.667.45
HexD6828A02724101623343
Octal326202212047442054263103
Binary1101011010000010100010100100111100100100001011000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6828A; }

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

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

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

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

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

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

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

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