#D6848F

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

Shades of Can Can #D6848F

Tints of Can Can #D6848F

Color information

#D6848F (or 0xD6848F) is unknown color: approx Can Can. HEX triplet: D6, 84 and 8F. RGB value is (214,132,143). Sum of RGB (Red+Green+Blue) = 214+132+143=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6848F is #297B70. Grayscale: #9D9D9D. Windows color (decimal): -2718577 or 9405654. OLE color: 9405654.

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

Color convert

RGB214132143-
CMYK00.380.330.16
HSL351.95º50%67.84%-
HSV(B)351.95º38.32%83.92%-
XYZ40.9432.7830.16-
YUV157.77119.67168.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 143 (56.25% from 255) = 29.24%
R=43.76%
G=26.99%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413214300.380.330.16351.955067.84
HexD6848F02621101603244
Octal326204217046412054062104
Binary1101011010000100100011110100110100001100001011000001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6848F; }

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

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

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

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

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

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

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

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