#D48692

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

Shades of Can Can #D48692

Tints of Can Can #D48692

Color information

#D48692 (or 0xD48692) is unknown color: approx Can Can. HEX triplet: D4, 86 and 92. RGB value is (212,134,146). Sum of RGB (Red+Green+Blue) = 212+134+146=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D48692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48692 is #2B796D. Grayscale: #9E9E9E. Windows color (decimal): -2849134 or 9602772. OLE color: 9602772.

HSL color Cylindrical-coordinate representation of color #D48692: hue angle of 350.77º 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 #D48692 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB212134146-
CMYK00.370.310.17
HSL350.77º47.56%67.84%-
HSV(B)350.77º36.79%83.14%-
XYZ40.8633.1231.43-
YUV158.69120.84166.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=43.09%
G=27.24%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213414600.370.310.17350.7747.5667.84
HexD486920251F1115f3044
Octal324206222045372153760104
Binary110101001000011010010010010010111111100011010111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48692; }

 p { color: rgb(212,134,146); }

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

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

 a { background-color: rgb(212,134,146); }

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

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

 span { border-color: rgb(212,134,146); }

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