Html Css Color HEX #D6829A Can Can

📋 copy color: '#D6829A'

red 214 ◦ green 130 ◦ blue 154

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

Shades of Can Can #D6829A

Tints of Can Can #D6829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.92%

R = 42.97%
G = 26.1%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6829A (or 0xD6829A) is known color: Can Can. HEX triplet: D6, 82 and 9A. RGB value is (214,130,154). Sum of RGB (Red+Green+Blue) = 214+130+154=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6829A is #297D65. Grayscale: #9D9D9D. Windows color (decimal): -2719078 or 10126038. OLE color: 10126038.

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

Color convert

RGB 214 130 154 -
CMYK 0 0.39 0.28 0.16
HSL 342.86º 0.51% 0.67% -
HSV(B) 342.86º 0.39% 0.84% -
XYZ 41.55 32.59 34.67 -
YUV 157.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 214 130 154 0 0.39 0.28 0.16 342.86 0.51 0.67
Hex D6 82 9A 0 27 1C 10 157 33 43
Octal 326 202 232 0 47 34 20 527 63 103
Binary 11010110 10000010 10011010 0 100111 11100 10000 101010111 110011 1000011

Color Harmonies of #D6829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6829A

Black with #D6829A

Text Example


Text Example

White with #D6829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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