#D29093

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

Shades of Can Can #D29093

Tints of Can Can #D29093

Color information

#D29093 (or 0xD29093) is unknown color: approx Can Can. HEX triplet: D2, 90 and 93. RGB value is (210,144,147). Sum of RGB (Red+Green+Blue) = 210+144+147=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D29093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29093 is #2D6F6C. Grayscale: #A4A4A4. Windows color (decimal): -2977645 or 9670866. OLE color: 9670866.

HSL color Cylindrical-coordinate representation of color #D29093: hue angle of 357.27º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29093 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210144147-
CMYK00.310.300.18
HSL357.27º42.31%69.41%-
HSV(B)357.27º31.43%82.35%-
XYZ41.8235.7532.3-
YUV164.08118.37160.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.92%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=41.92%
G=28.74%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014414700.310.300.18357.2742.3169.41
HexD2909301F1E121652a45
Octal322220223037362254552105
Binary11010010100100001001001101111111110100101011001011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29093; }

 p { color: rgb(210,144,147); }

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

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

 a { background-color: rgb(210,144,147); }

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

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

 span { border-color: rgb(210,144,147); }

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