#D48A97

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

Shades of Can Can #D48A97

Tints of Can Can #D48A97

Color information

#D48A97 (or 0xD48A97) is unknown color: approx Can Can. HEX triplet: D4, 8A and 97. RGB value is (212,138,151). Sum of RGB (Red+Green+Blue) = 212+138+151=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48A97 is #2B7568. Grayscale: #A1A1A1. Windows color (decimal): -2848105 or 9931476. OLE color: 9931476.

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

Color convert

RGB212138151-
CMYK00.350.290.17
HSL349.46º46.25%68.63%-
HSV(B)349.46º34.91%83.14%-
XYZ41.8334.4133.72-
YUV161.61122.02163.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=42.32%
G=27.54%
B=30.14%

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
Decimal21213815100.350.290.17349.4646.2568.63
HexD48A970231D1115d2e45
Octal324212227043352153556105
Binary110101001000101010010111010001111101100011010111011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A97; }

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

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

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

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

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

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

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

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