#D4858F

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

Shades of Can Can #D4858F

Tints of Can Can #D4858F

Color information

#D4858F (or 0xD4858F) is unknown color: approx Can Can. HEX triplet: D4, 85 and 8F. RGB value is (212,133,143). Sum of RGB (Red+Green+Blue) = 212+133+143=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4858F is #2B7A70. Grayscale: #9D9D9D. Windows color (decimal): -2849393 or 9405908. OLE color: 9405908.

HSL color Cylindrical-coordinate representation of color #D4858F: hue angle of 352.41º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4858F is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212133143-
CMYK00.370.330.17
HSL352.41º47.88%67.65%-
HSV(B)352.41º37.26%83.14%-
XYZ40.532.7630.17-
YUV157.76119.67166.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=43.44%
G=27.25%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213314300.370.330.17352.4147.8867.65
HexD4858F02521111603044
Octal324205217045412154060104
Binary1101010010000101100011110100101100001100011011000001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4858F; }

 p { color: rgb(212,133,143); }

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

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

 a { background-color: rgb(212,133,143); }

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

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

 span { border-color: rgb(212,133,143); }

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