#D68893

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

Shades of Can Can #D68893

Tints of Can Can #D68893

Color information

#D68893 (or 0xD68893) is unknown color: approx Can Can. HEX triplet: D6, 88 and 93. RGB value is (214,136,147). Sum of RGB (Red+Green+Blue) = 214+136+147=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D68893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68893 is #29776C. Grayscale: #A0A0A0. Windows color (decimal): -2717549 or 9668822. OLE color: 9668822.

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

Color convert

RGB214136147-
CMYK00.360.310.16
HSL351.54º48.75%68.63%-
HSV(B)351.54º36.45%83.92%-
XYZ41.834.0131.97-
YUV160.58120.34166.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=43.06%
G=27.36%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413614700.360.310.16351.5448.7568.63
HexD688930241F101603145
Octal326210223044372054061105
Binary110101101000100010010011010010011111100001011000001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68893; }

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

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

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

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

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

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

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

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