#D48C99

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

Shades of Can Can #D48C99

Tints of Can Can #D48C99

Color information

#D48C99 (or 0xD48C99) is unknown color: approx Can Can. HEX triplet: D4, 8C and 99. RGB value is (212,140,153). Sum of RGB (Red+Green+Blue) = 212+140+153=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48C99 is #2B7366. Grayscale: #A3A3A3. Windows color (decimal): -2847591 or 10063060. OLE color: 10063060.

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

Color convert

RGB212140153-
CMYK00.340.280.17
HSL349.17º45.57%69.02%-
HSV(B)349.17º33.96%83.14%-
XYZ42.2835.0534.67-
YUV163.01122.35162.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.98%
GREEN value IS 140 (55.08% from 255) = 27.72%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=41.98%
G=27.72%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214015300.340.280.17349.1745.5769.02
HexD48C990221C1115d2e45
Octal324214231042342153556105
Binary110101001000110010011001010001011100100011010111011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48C99; }

 p { color: rgb(212,140,153); }

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

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

 a { background-color: rgb(212,140,153); }

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

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

 span { border-color: rgb(212,140,153); }

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