#D38992

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

Shades of Can Can #D38992

Tints of Can Can #D38992

Color information

#D38992 (or 0xD38992) is unknown color: approx Can Can. HEX triplet: D3, 89 and 92. RGB value is (211,137,146). Sum of RGB (Red+Green+Blue) = 211+137+146=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D38992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38992 is #2C766D. Grayscale: #A0A0A0. Windows color (decimal): -2913902 or 9603539. OLE color: 9603539.

HSL color Cylindrical-coordinate representation of color #D38992: hue angle of 352.7º degrees, saturation: 0.46, 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 #D38992 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB211137146-
CMYK00.350.310.17
HSL352.7º45.68%68.24%-
HSV(B)352.7º35.07%82.75%-
XYZ4133.8231.56-
YUV160.15120.02164.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.71%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=42.71%
G=27.73%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113714600.350.310.17352.745.6868.24
HexD389920231F111612e44
Octal323211222043372154156104
Binary110100111000100110010010010001111111100011011000011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38992; }

 p { color: rgb(211,137,146); }

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

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

 a { background-color: rgb(211,137,146); }

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

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

 span { border-color: rgb(211,137,146); }

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