#D6858D

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

Shades of Can Can #D6858D

Tints of Can Can #D6858D

Color information

#D6858D (or 0xD6858D) is unknown color: approx Can Can. HEX triplet: D6, 85 and 8D. RGB value is (214,133,141). Sum of RGB (Red+Green+Blue) = 214+133+141=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6858D is #297A72. Grayscale: #9E9E9E. Windows color (decimal): -2718323 or 9274838. OLE color: 9274838.

HSL color Cylindrical-coordinate representation of color #D6858D: hue angle of 354.07º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6858D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214133141-
CMYK00.380.340.16
HSL354.07º49.69%68.04%-
HSV(B)354.07º37.85%83.92%-
XYZ40.9332.9929.41-
YUV158.13118.34167.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=43.85%
G=27.25%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413314100.380.340.16354.0749.6968.04
HexD6858D02622101623244
Octal326205215046422054262104
Binary1101011010000101100011010100110100010100001011000101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6858D; }

 p { color: rgb(214,133,141); }

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

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

 a { background-color: rgb(214,133,141); }

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

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

 span { border-color: rgb(214,133,141); }

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