#D48A9E

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

Shades of Can Can #D48A9E

Tints of Can Can #D48A9E

Color information

#D48A9E (or 0xD48A9E) is unknown color: approx Can Can. HEX triplet: D4, 8A and 9E. RGB value is (212,138,158). Sum of RGB (Red+Green+Blue) = 212+138+158=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48A9E is #2B7561. Grayscale: #A2A2A2. Windows color (decimal): -2848098 or 10390228. OLE color: 10390228.

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

Color convert

RGB212138158-
CMYK00.350.250.17
HSL343.78º46.25%68.63%-
HSV(B)343.78º34.91%83.14%-
XYZ42.4134.6436.8-
YUV162.41125.52163.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.73%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=41.73%
G=27.17%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213815800.350.250.17343.7846.2568.63
HexD48A9E02319111582e45
Octal324212236043312153056105
Binary110101001000101010011110010001111001100011010110001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A9E; }

 p { color: rgb(212,138,158); }

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

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

 a { background-color: rgb(212,138,158); }

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

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

 span { border-color: rgb(212,138,158); }

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