#DC5668

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

Shades of Cabaret #DC5668

Tints of Cabaret #DC5668

Color information

#DC5668 (or 0xDC5668) is unknown color: approx Cabaret. HEX triplet: DC, 56 and 68. RGB value is (220,86,104). Sum of RGB (Red+Green+Blue) = 220+86+104=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5668 is #23A997. Grayscale: #808080. Windows color (decimal): -2337176 or 6837980. OLE color: 6837980.

HSL color Cylindrical-coordinate representation of color #DC5668: hue angle of 351.94º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5668 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB22086104-
CMYK00.610.530.14
HSL351.94º65.69%60%-
HSV(B)351.94º60.91%86.27%-
XYZ35.3422.8715.65-
YUV128.12114.39193.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.66%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=53.66%
G=20.98%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208610400.610.530.14351.9465.6960
HexDC566803D35E160423c
Octal334126150075651654010274
Binary1101110010101101101000011110111010111101011000001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5668; }

 p { color: rgb(220,86,104); }

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

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

 a { background-color: rgb(220,86,104); }

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

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

 span { border-color: rgb(220,86,104); }

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