#DA8D96

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

Shades of Can Can #DA8D96

Tints of Can Can #DA8D96

Color information

#DA8D96 (or 0xDA8D96) is unknown color: approx Can Can. HEX triplet: DA, 8D and 96. RGB value is (218,141,150). Sum of RGB (Red+Green+Blue) = 218+141+150=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D96 is #257269. Grayscale: #A5A5A5. Windows color (decimal): -2454122 or 9866714. OLE color: 9866714.

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

Color convert

RGB218141150-
CMYK00.350.310.15
HSL352.99º50.99%70.39%-
HSV(B)352.99º35.32%85.49%-
XYZ43.9436.1633.52-
YUV165.05119.51165.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=42.83%
G=27.70%
B=29.47%

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
Decimal21814115000.350.310.15352.9950.9970.39
HexDA8D960231FF1613346
Octal332215226043371754163106
Binary11011010100011011001011001000111111111111011000011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D96; }

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

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

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

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

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

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

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

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