#D4929E

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

Shades of Can Can #D4929E

Tints of Can Can #D4929E

Color information

#D4929E (or 0xD4929E) is unknown color: approx Can Can. HEX triplet: D4, 92 and 9E. RGB value is (212,146,158). Sum of RGB (Red+Green+Blue) = 212+146+158=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4929E is #2B6D61. Grayscale: #A7A7A7. Windows color (decimal): -2846050 or 10392276. OLE color: 10392276.

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

Color convert

RGB212146158-
CMYK00.310.250.17
HSL349.09º43.42%70.2%-
HSV(B)349.09º31.13%83.14%-
XYZ43.637.0237.2-
YUV167.1122.87160.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=41.09%
G=28.29%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214615800.310.250.17349.0943.4270.2
HexD4929E01F191115d2b46
Octal324222236037312153553106
Binary11010100100100101001111001111111001100011010111011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4929E; }

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

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

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

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

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

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

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

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