Html Css Color HEX #D6829C Can Can

📋 copy color: '#D6829C'

red 214 ◦ green 130 ◦ blue 156

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

Shades of Can Can #D6829C

Tints of Can Can #D6829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.2%

R = 42.8%
G = 26%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6829C (or 0xD6829C) is known color: Can Can. HEX triplet: D6, 82 and 9C. RGB value is (214,130,156). Sum of RGB (Red+Green+Blue) = 214+130+156=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6829C is #297D63. Grayscale: #9E9E9E. Windows color (decimal): -2719076 or 10257110. OLE color: 10257110.

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

Color convert

RGB 214 130 156 -
CMYK 0 0.39 0.27 0.16
HSL 341.43º 0.51% 0.67% -
HSV(B) 341.43º 0.39% 0.84% -
XYZ 41.71 32.66 35.56 -
YUV 158.08 126.83 167.89 -
System Red Green Blue C M Y K H S L
Decimal 214 130 156 0 0.39 0.27 0.16 341.43 0.51 0.67
Hex D6 82 9C 0 27 1B 10 155 33 43
Octal 326 202 234 0 47 33 20 525 63 103
Binary 11010110 10000010 10011100 0 100111 11011 10000 101010101 110011 1000011

Color Harmonies of #D6829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6829C

Black with #D6829C

Text Example


Text Example

White with #D6829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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