#D4929D

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

Shades of Can Can #D4929D

Tints of Can Can #D4929D

Color information

#D4929D (or 0xD4929D) is unknown color: approx Can Can. HEX triplet: D4, 92 and 9D. RGB value is (212,146,157). Sum of RGB (Red+Green+Blue) = 212+146+157=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D4929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4929D is #2B6D62. Grayscale: #A7A7A7. Windows color (decimal): -2846051 or 10326740. OLE color: 10326740.

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

Color convert

RGB212146157-
CMYK00.310.260.17
HSL350º43.42%70.2%-
HSV(B)350º31.13%83.14%-
XYZ43.5236.9936.74-
YUV166.99122.37160.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=41.17%
G=28.35%
B=30.49%

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
Decimal21214615700.310.260.1735043.4270.2
HexD4929D01F1A1115e2b46
Octal324222235037322153653106
Binary11010100100100101001110101111111010100011010111101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4929D; }

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

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

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

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

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

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

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

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