#d18c92

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

Shades of Can Can #D18C92

Tints of Can Can #D18C92

Color information

#D18C92 (or 0xD18C92) is unknown color: approx Can Can. HEX triplet: D1, 8C and 92. RGB value is (209,140,146). Sum of RGB (Red+Green+Blue) = 209+140+146=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18C92 is #2E736D. Grayscale: #A1A1A1. Windows color (decimal): -3044206 or 9604305. OLE color: 9604305.

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

Color convert

RGB209140146-
CMYK00.330.300.18
HSL354.78º42.86%68.43%-
HSV(B)354.78º33.01%81.96%-
XYZ40.8634.3931.68-
YUV161.32119.36162.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=42.22%
G=28.28%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914014600.330.300.18354.7842.8668.43
HexD18C920211E121632b44
Octal321214222041362254353104
Binary110100011000110010010010010000111110100101011000111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d18c92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d18c92; }

 p { color: rgb(209,140,146); }

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

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

 a { background-color: rgb(209,140,146); }

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

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

 span { border-color: rgb(209,140,146); }

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