#DA8E96

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

Shades of Can Can #DA8E96

Tints of Can Can #DA8E96

Color information

#DA8E96 (or 0xDA8E96) is unknown color: approx Can Can. HEX triplet: DA, 8E and 96. RGB value is (218,142,150). Sum of RGB (Red+Green+Blue) = 218+142+150=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8E96 is #257169. Grayscale: #A5A5A5. Windows color (decimal): -2453866 or 9866970. OLE color: 9866970.

HSL color Cylindrical-coordinate representation of color #DA8E96: hue angle of 353.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8E96 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218142150-
CMYK00.350.310.15
HSL353.68º50.67%70.59%-
HSV(B)353.68º34.86%85.49%-
XYZ44.0936.4533.57-
YUV165.64119.18165.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=42.75%
G=27.84%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814215000.350.310.15353.6850.6770.59
HexDA8E960231FF1623347
Octal332216226043371754263107
Binary11011010100011101001011001000111111111111011000101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E96; }

 p { color: rgb(218,142,150); }

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

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

 a { background-color: rgb(218,142,150); }

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

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

 span { border-color: rgb(218,142,150); }

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