#D5929B

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

Shades of Can Can #D5929B

Tints of Can Can #D5929B

Color information

#D5929B (or 0xD5929B) is unknown color: approx Can Can. HEX triplet: D5, 92 and 9B. RGB value is (213,146,155). Sum of RGB (Red+Green+Blue) = 213+146+155=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5929B is #2A6D64. Grayscale: #A7A7A7. Windows color (decimal): -2780517 or 10195669. OLE color: 10195669.

HSL color Cylindrical-coordinate representation of color #D5929B: hue angle of 351.94º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5929B is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213146155-
CMYK00.310.270.16
HSL351.94º44.37%70.39%-
HSV(B)351.94º31.46%83.53%-
XYZ43.6437.0735.87-
YUV167.06121.2160.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 155 (60.94% from 255) = 30.16%
R=41.44%
G=28.40%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314615500.310.270.16351.9444.3770.39
HexD5929B01F1B101602c46
Octal325222233037332054054106
Binary11010101100100101001101101111111011100001011000001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5929B; }

 p { color: rgb(213,146,155); }

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

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

 a { background-color: rgb(213,146,155); }

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

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

 span { border-color: rgb(213,146,155); }

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