#D6848E

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

Shades of Can Can #D6848E

Tints of Can Can #D6848E

Color information

#D6848E (or 0xD6848E) is unknown color: approx Can Can. HEX triplet: D6, 84 and 8E. RGB value is (214,132,142). Sum of RGB (Red+Green+Blue) = 214+132+142=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6848E is #297B71. Grayscale: #9D9D9D. Windows color (decimal): -2718578 or 9340118. OLE color: 9340118.

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

Color convert

RGB214132142-
CMYK00.380.340.16
HSL352.68º50%67.84%-
HSV(B)352.68º38.32%83.92%-
XYZ40.8732.7529.76-
YUV157.66119.17168.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=43.85%
G=27.05%
B=29.10%

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
Decimal21413214200.380.340.16352.685067.84
HexD6848E02622101613244
Octal326204216046422054162104
Binary1101011010000100100011100100110100010100001011000011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6848E; }

 p { color: rgb(214,132,142); }

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

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

 a { background-color: rgb(214,132,142); }

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

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

 span { border-color: rgb(214,132,142); }

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