#C6556E

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

Shades of Cabaret #C6556E

Tints of Cabaret #C6556E

Color information

#C6556E (or 0xC6556E) is unknown color: approx Cabaret. HEX triplet: C6, 55 and 6E. RGB value is (198,85,110). Sum of RGB (Red+Green+Blue) = 198+85+110=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6556E is #39AA91. Grayscale: #797979. Windows color (decimal): -3779218 or 7230918. OLE color: 7230918.

HSL color Cylindrical-coordinate representation of color #C6556E: hue angle of 346.73º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6556E is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB19885110-
CMYK00.570.440.22
HSL346.73º49.78%55.49%-
HSV(B)346.73º57.07%77.65%-
XYZ29.3519.6316.99-
YUV121.64121.44182.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.38%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=50.38%
G=21.63%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988511000.570.440.22346.7349.7855.49
HexC6556E0392C1615b3237
Octal30612515607154265336267
Binary1100011010101011101110011100110110010110101011011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6556E; }

 p { color: rgb(198,85,110); }

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

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

 a { background-color: rgb(198,85,110); }

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

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

 span { border-color: rgb(198,85,110); }

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