#D38D8E

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

Shades of Can Can #D38D8E

Tints of Can Can #D38D8E

Color information

#D38D8E (or 0xD38D8E) is unknown color: approx Can Can. HEX triplet: D3, 8D and 8E. RGB value is (211,141,142). Sum of RGB (Red+Green+Blue) = 211+141+142=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38D8E is #2C7271. Grayscale: #A2A2A2. Windows color (decimal): -2912882 or 9342419. OLE color: 9342419.

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

Color convert

RGB211141142-
CMYK00.330.330.17
HSL359.14º44.3%69.02%-
HSV(B)359.14º33.18%82.75%-
XYZ41.2734.8530.14-
YUV162.04116.69162.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.71%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=42.71%
G=28.54%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114114200.330.330.17359.1444.369.02
HexD38D8E02121111672c45
Octal323215216041412154754105
Binary1101001110001101100011100100001100001100011011001111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38D8E; }

 p { color: rgb(211,141,142); }

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

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

 a { background-color: rgb(211,141,142); }

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

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

 span { border-color: rgb(211,141,142); }

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