#D6898A

Color #D6898A Can Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Can Can #D6898A

Tints of Can Can #D6898A

Color information

#D6898A (or 0xD6898A) is unknown color: approx Can Can. HEX triplet: D6, 89 and 8A. RGB value is (214,137,138). Sum of RGB (Red+Green+Blue) = 214+137+138=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6898A is #297675. Grayscale: #A0A0A0. Windows color (decimal): -2717302 or 9079254. OLE color: 9079254.

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

Color convert

RGB214137138-
CMYK00.360.360.16
HSL359.22º48.43%68.82%-
HSV(B)359.22º35.98%83.92%-
XYZ41.2634.0228.44-
YUV160.14115.51166.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=43.76%
G=28.02%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413713800.360.360.16359.2248.4368.82
HexD6898A02424101673045
Octal326211212044442054760105
Binary1101011010001001100010100100100100100100001011001111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6898A; }

 p { color: rgb(214,137,138); }

 H1.HeaderClassName
 {
   color: #D6898A;
 }
 .AnyTagClassName
 {
   color: #D6898A;
 }
</style>
background-color css

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

 a { background-color: rgb(214,137,138); }

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

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

 span { border-color: rgb(214,137,138); }

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