#D38CA6

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

Shades of Can Can #D38CA6

Tints of Can Can #D38CA6

Color information

#D38CA6 (or 0xD38CA6) is unknown color: approx Can Can. HEX triplet: D3, 8C and A6. RGB value is (211,140,166). Sum of RGB (Red+Green+Blue) = 211+140+166=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38CA6 is #2C7359. Grayscale: #A4A4A4. Windows color (decimal): -2913114 or 10915027. OLE color: 10915027.

HSL color Cylindrical-coordinate representation of color #D38CA6: hue angle of 338.03º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38CA6 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB211140166-
CMYK00.340.210.17
HSL338.03º44.65%68.82%-
HSV(B)338.03º33.65%82.75%-
XYZ43.1235.3640.63-
YUV164.19129.02161.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=40.81%
G=27.08%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114016600.340.210.17338.0344.6568.82
HexD38CA602215111522d45
Octal323214246042252152255105
Binary110100111000110010100110010001010101100011010100101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38CA6; }

 p { color: rgb(211,140,166); }

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

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

 a { background-color: rgb(211,140,166); }

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

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

 span { border-color: rgb(211,140,166); }

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