Html Css Color HEX #D6888B Can Can

📋 copy color: '#D6888B'

red 214 ◦ green 136 ◦ blue 139

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

Shades of Can Can #D6888B

Tints of Can Can #D6888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.43%

R = 43.76%
G = 27.81%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6888B (or 0xD6888B) is known color: Can Can. HEX triplet: D6, 88 and 8B. RGB value is (214,136,139). Sum of RGB (Red+Green+Blue) = 214+136+139=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6888B is #297774. Grayscale: #9F9F9F. Windows color (decimal): -2717557 or 9144534. OLE color: 9144534.

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

Color convert

RGB 214 136 139 -
CMYK 0 0.36 0.35 0.16
HSL 357.69º 0.49% 0.69% -
HSV(B) 357.69º 0.36% 0.84% -
XYZ 41.2 33.77 28.77 -
YUV 159.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 214 136 139 0 0.36 0.35 0.16 357.69 0.49 0.69
Hex D6 88 8B 0 24 23 10 166 31 45
Octal 326 210 213 0 44 43 20 546 61 105
Binary 11010110 10001000 10001011 0 100100 100011 10000 101100110 110001 1000101

Color Harmonies of #D6888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6888B

Black with #D6888B

Text Example


Text Example

White with #D6888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6888B; }

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

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

background-color css

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

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

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

border-color css

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

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

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