#D68193

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

Shades of Can Can #D68193

Tints of Can Can #D68193

Color information

#D68193 (or 0xD68193) is unknown color: approx Can Can. HEX triplet: D6, 81 and 93. RGB value is (214,129,147). Sum of RGB (Red+Green+Blue) = 214+129+147=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D68193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68193 is #297E6C. Grayscale: #9C9C9C. Windows color (decimal): -2719341 or 9667030. OLE color: 9667030.

HSL color Cylindrical-coordinate representation of color #D68193: hue angle of 347.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68193 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214129147-
CMYK00.400.310.16
HSL347.29º50.9%67.25%-
HSV(B)347.29º39.72%83.92%-
XYZ40.8532.131.65-
YUV156.47122.66169.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 147 (57.81% from 255) = 30%
R=43.67%
G=26.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412914700.400.310.16347.2950.967.25
HexD681930281F1015b3343
Octal326201223050372053363103
Binary110101101000000110010011010100011111100001010110111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68193; }

 p { color: rgb(214,129,147); }

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

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

 a { background-color: rgb(214,129,147); }

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

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

 span { border-color: rgb(214,129,147); }

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