#D48C9A

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

Shades of Can Can #D48C9A

Tints of Can Can #D48C9A

Color information

#D48C9A (or 0xD48C9A) is unknown color: approx Can Can. HEX triplet: D4, 8C and 9A. RGB value is (212,140,154). Sum of RGB (Red+Green+Blue) = 212+140+154=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48C9A is #2B7365. Grayscale: #A3A3A3. Windows color (decimal): -2847590 or 10128596. OLE color: 10128596.

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

Color convert

RGB212140154-
CMYK00.340.270.17
HSL348.33º45.57%69.02%-
HSV(B)348.33º33.96%83.14%-
XYZ42.3635.0935.11-
YUV163.12122.85162.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=41.90%
G=27.67%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214015400.340.270.17348.3345.5769.02
HexD48C9A0221B1115c2e45
Octal324214232042332153456105
Binary110101001000110010011010010001011011100011010111001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48C9A; }

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

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

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

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

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

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

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

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