Html Css Color HEX #D6828C Charm

📋 copy color: '#D6828C'

red 214 ◦ green 130 ◦ blue 140

#D6828C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D6828C

Tints of Charm #D6828C

RGB

 RED value IS 214 (83.98% from 255) = 44.21%

 GREEN value IS 130 (51.17% from 255) = 26.86%

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 44.21%
G = 26.86%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6828C (or 0xD6828C) is known color: Charm. HEX triplet: D6, 82 and 8C. RGB value is (214,130,140). Sum of RGB (Red+Green+Blue) = 214+130+140=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6828C is #297D73. Grayscale: #9C9C9C. Windows color (decimal): -2719092 or 9208534. OLE color: 9208534.

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

Color convert

RGB 214 130 140 -
CMYK 0 0.39 0.35 0.16
HSL 352.86º 0.51% 0.67% -
HSV(B) 352.86º 0.39% 0.84% -
XYZ 40.45 32.15 28.89 -
YUV 156.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 214 130 140 0 0.39 0.35 0.16 352.86 0.51 0.67
Hex D6 82 8C 0 27 23 10 161 33 43
Octal 326 202 214 0 47 43 20 541 63 103
Binary 11010110 10000010 10001100 0 100111 100011 10000 101100001 110011 1000011

Color Harmonies of #D6828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6828C

Black with #D6828C

Text Example


Text Example

White with #D6828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6828C; }

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

 H1.HeaderClassName
 {
   color: #D6828C;
 }
 .AnyTagClassName
 {
   color: #D6828C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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