#D38995

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

Shades of Can Can #D38995

Tints of Can Can #D38995

Color information

#D38995 (or 0xD38995) is unknown color: approx Can Can. HEX triplet: D3, 89 and 95. RGB value is (211,137,149). Sum of RGB (Red+Green+Blue) = 211+137+149=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D38995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38995 is #2C766A. Grayscale: #A0A0A0. Windows color (decimal): -2913899 or 9800147. OLE color: 9800147.

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

Color convert

RGB211137149-
CMYK00.350.290.17
HSL350.27º45.68%68.24%-
HSV(B)350.27º35.07%82.75%-
XYZ41.2333.9132.81-
YUV160.49121.52164.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.45%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=42.45%
G=27.57%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113714900.350.290.17350.2745.6868.24
HexD389950231D1115e2e44
Octal323211225043352153656104
Binary110100111000100110010101010001111101100011010111101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38995; }

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

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

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

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

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

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

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

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