Html Css Color HEX #D688A0 Can Can

📋 copy color: '#D688A0'

red 214 ◦ green 136 ◦ blue 160

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

Shades of Can Can #D688A0

Tints of Can Can #D688A0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.67%

 BLUE value IS 160 (62.89% from 255) = 31.37%

R = 41.96%
G = 26.67%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D688A0 (or 0xD688A0) is known color: Can Can. HEX triplet: D6, 88 and A0. RGB value is (214,136,160). Sum of RGB (Red+Green+Blue) = 214+136+160=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D688A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D688A0 is #29775F. Grayscale: #A2A2A2. Windows color (decimal): -2717536 or 10520790. OLE color: 10520790.

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

Color convert

RGB 214 136 160 -
CMYK 0 0.36 0.25 0.16
HSL 341.54º 0.49% 0.69% -
HSV(B) 341.54º 0.36% 0.84% -
XYZ 42.88 34.44 37.65 -
YUV 162.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 214 136 160 0 0.36 0.25 0.16 341.54 0.49 0.69
Hex D6 88 A0 0 24 19 10 156 31 45
Octal 326 210 240 0 44 31 20 526 61 105
Binary 11010110 10001000 10100000 0 100100 11001 10000 101010110 110001 1000101

Color Harmonies of #D688A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688A0

Black with #D688A0

Text Example


Text Example

White with #D688A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688A0; }

 p { color: rgb(214,136,160); }

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

background-color css

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

 a { background-color: rgb(214,136,160); }

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

border-color css

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

 span { border-color: rgb(214,136,160); }

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