#D38A8C

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

Shades of Can Can #D38A8C

Tints of Can Can #D38A8C

Color information

#D38A8C (or 0xD38A8C) is unknown color: approx Can Can. HEX triplet: D3, 8A and 8C. RGB value is (211,138,140). Sum of RGB (Red+Green+Blue) = 211+138+140=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38A8C is #2C7573. Grayscale: #A0A0A0. Windows color (decimal): -2913652 or 9210579. OLE color: 9210579.

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

Color convert

RGB211138140-
CMYK00.350.340.17
HSL358.36º45.34%68.43%-
HSV(B)358.36º34.6%82.75%-
XYZ40.6933.9229.21-
YUV160.06116.68164.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.15%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=43.15%
G=28.22%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113814000.350.340.17358.3645.3468.43
HexD38A8C02322111662d44
Octal323212214043422154655104
Binary1101001110001010100011000100011100010100011011001101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38A8C; }

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

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

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

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

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

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

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

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