#D4929C

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

Shades of Can Can #D4929C

Tints of Can Can #D4929C

Color information

#D4929C (or 0xD4929C) is unknown color: approx Can Can. HEX triplet: D4, 92 and 9C. RGB value is (212,146,156). Sum of RGB (Red+Green+Blue) = 212+146+156=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4929C is #2B6D63. Grayscale: #A6A6A6. Windows color (decimal): -2846052 or 10261204. OLE color: 10261204.

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

Color convert

RGB212146156-
CMYK00.310.260.17
HSL350.91º43.42%70.2%-
HSV(B)350.91º31.13%83.14%-
XYZ43.4336.9636.3-
YUV166.87121.87160.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.25%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=41.25%
G=28.40%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214615600.310.260.17350.9143.4270.2
HexD4929C01F1A1115f2b46
Octal324222234037322153753106
Binary11010100100100101001110001111111010100011010111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4929C; }

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

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

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

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

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

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

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

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