#D5929E

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

Shades of Can Can #D5929E

Tints of Can Can #D5929E

Color information

#D5929E (or 0xD5929E) is unknown color: approx Can Can. HEX triplet: D5, 92 and 9E. RGB value is (213,146,158). Sum of RGB (Red+Green+Blue) = 213+146+158=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5929E is #2A6D61. Grayscale: #A7A7A7. Windows color (decimal): -2780514 or 10392277. OLE color: 10392277.

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

Color convert

RGB213146158-
CMYK00.310.260.16
HSL349.25º44.37%70.39%-
HSV(B)349.25º31.46%83.53%-
XYZ43.8937.1737.21-
YUV167.4122.7160.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=41.20%
G=28.24%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314615800.310.260.16349.2544.3770.39
HexD5929E01F1A1015d2c46
Octal325222236037322053554106
Binary11010101100100101001111001111111010100001010111011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5929E; }

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

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

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

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

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

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

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

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