#D68A8D

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

Shades of Can Can #D68A8D

Tints of Can Can #D68A8D

Color information

#D68A8D (or 0xD68A8D) is unknown color: approx Can Can. HEX triplet: D6, 8A and 8D. RGB value is (214,138,141). Sum of RGB (Red+Green+Blue) = 214+138+141=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68A8D is #297572. Grayscale: #A1A1A1. Windows color (decimal): -2717043 or 9276118. OLE color: 9276118.

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

Color convert

RGB214138141-
CMYK00.360.340.16
HSL357.63º48.1%69.02%-
HSV(B)357.63º35.51%83.92%-
XYZ41.6334.429.64-
YUV161.07116.68165.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=43.41%
G=27.99%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413814100.360.340.16357.6348.169.02
HexD68A8D02422101663045
Octal326212215044422054660105
Binary1101011010001010100011010100100100010100001011001101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A8D; }

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

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

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

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

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

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

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

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