#D68096

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

Shades of Can Can #D68096

Tints of Can Can #D68096

Color information

#D68096 (or 0xD68096) is unknown color: approx Can Can. HEX triplet: D6, 80 and 96. RGB value is (214,128,150). Sum of RGB (Red+Green+Blue) = 214+128+150=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D68096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68096 is #297F69. Grayscale: #9C9C9C. Windows color (decimal): -2719594 or 9863382. OLE color: 9863382.

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

Color convert

RGB214128150-
CMYK00.400.300.16
HSL344.65º51.19%67.06%-
HSV(B)344.65º40.19%83.92%-
XYZ40.9631.9432.86-
YUV156.22124.49169.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=43.50%
G=26.02%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412815000.400.300.16344.6551.1967.06
HexD680960281E101593343
Octal326200226050362053163103
Binary110101101000000010010110010100011110100001010110011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68096; }

 p { color: rgb(214,128,150); }

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

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

 a { background-color: rgb(214,128,150); }

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

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

 span { border-color: rgb(214,128,150); }

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