#C7556C

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

Shades of Cabaret #C7556C

Tints of Cabaret #C7556C

Color information

#C7556C (or 0xC7556C) is unknown color: approx Cabaret. HEX triplet: C7, 55 and 6C. RGB value is (199,85,108). Sum of RGB (Red+Green+Blue) = 199+85+108=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7556C is #38AA93. Grayscale: #797979. Windows color (decimal): -3713684 or 7099847. OLE color: 7099847.

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

Color convert

RGB19985108-
CMYK00.570.460.22
HSL347.89º50.44%55.69%-
HSV(B)347.89º57.29%78.04%-
XYZ29.5119.7216.44-
YUV121.71120.27183.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.77%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=50.77%
G=21.68%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998510800.570.460.22347.8950.4455.69
HexC7556C0392E1615c3238
Octal30712515407156265346270
Binary1100011110101011101100011100110111010110101011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7556C; }

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

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

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

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

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

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

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

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