#D68C90

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

Shades of Can Can #D68C90

Tints of Can Can #D68C90

Color information

#D68C90 (or 0xD68C90) is unknown color: approx Can Can. HEX triplet: D6, 8C and 90. RGB value is (214,140,144). Sum of RGB (Red+Green+Blue) = 214+140+144=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C90 is #29736F. Grayscale: #A2A2A2. Windows color (decimal): -2716528 or 9473238. OLE color: 9473238.

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

Color convert

RGB214140144-
CMYK00.350.330.16
HSL356.76º47.44%69.41%-
HSV(B)356.76º34.58%83.92%-
XYZ42.1435.0730.93-
YUV162.58117.52164.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=42.97%
G=28.11%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414014400.350.330.16356.7647.4469.41
HexD68C9002321101652f45
Octal326214220043412054557105
Binary1101011010001100100100000100011100001100001011001011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C90; }

 p { color: rgb(214,140,144); }

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

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

 a { background-color: rgb(214,140,144); }

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

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

 span { border-color: rgb(214,140,144); }

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