#D6556A

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

Shades of Cabaret #D6556A

Tints of Cabaret #D6556A

Color information

#D6556A (or 0xD6556A) is unknown color: approx Cabaret. HEX triplet: D6, 55 and 6A. RGB value is (214,85,106). Sum of RGB (Red+Green+Blue) = 214+85+106=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6556A is #29AA95. Grayscale: #7E7E7E. Windows color (decimal): -2730646 or 6968790. OLE color: 6968790.

HSL color Cylindrical-coordinate representation of color #D6556A: hue angle of 350.23º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6556A is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21485106-
CMYK00.600.500.16
HSL350.23º61.14%58.63%-
HSV(B)350.23º60.28%83.92%-
XYZ33.5821.8316.08-
YUV125.96116.74190.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.84%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=52.84%
G=20.99%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148510600.600.500.16350.2361.1458.63
HexD6556A03C321015e3d3b
Octal32612515207462205367573
Binary1101011010101011101010011110011001010000101011110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6556A; }

 p { color: rgb(214,85,106); }

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

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

 a { background-color: rgb(214,85,106); }

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

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

 span { border-color: rgb(214,85,106); }

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