#D68CA0

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

Shades of Can Can #D68CA0

Tints of Can Can #D68CA0

Color information

#D68CA0 (or 0xD68CA0) is unknown color: approx Can Can. HEX triplet: D6, 8C and A0. RGB value is (214,140,160). Sum of RGB (Red+Green+Blue) = 214+140+160=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CA0 is #29735F. Grayscale: #A4A4A4. Windows color (decimal): -2716512 or 10521814. OLE color: 10521814.

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

Color convert

RGB214140160-
CMYK00.350.250.16
HSL343.78º47.44%69.41%-
HSV(B)343.78º34.58%83.92%-
XYZ43.4535.5937.84-
YUV164.41125.52163.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.63%
GREEN value IS 140 (55.08% from 255) = 27.24%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=41.63%
G=27.24%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414016000.350.250.16343.7847.4469.41
HexD68CA002319101582f45
Octal326214240043312053057105
Binary110101101000110010100000010001111001100001010110001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CA0; }

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

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

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

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

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

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

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

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