#D6556C

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

Shades of Cabaret #D6556C

Tints of Cabaret #D6556C

Color information

#D6556C (or 0xD6556C) is unknown color: approx Cabaret. HEX triplet: D6, 55 and 6C. RGB value is (214,85,108). Sum of RGB (Red+Green+Blue) = 214+85+108=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6556C is #29AA93. Grayscale: #7E7E7E. Windows color (decimal): -2730644 or 7099862. OLE color: 7099862.

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

Color convert

RGB21485108-
CMYK00.600.500.16
HSL349.3º61.14%58.63%-
HSV(B)349.3º60.28%83.92%-
XYZ33.6921.8816.63-
YUV126.19117.74190.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.58%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=52.58%
G=20.88%
B=26.54%

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
Decimal2148510800.600.500.16349.361.1458.63
HexD6556C03C321015d3d3b
Octal32612515407462205357573
Binary1101011010101011101100011110011001010000101011101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6556C; }

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

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

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

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

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

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

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

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