#C7556A

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

Shades of Cabaret #C7556A

Tints of Cabaret #C7556A

Color information

#C7556A (or 0xC7556A) is unknown color: approx Cabaret. HEX triplet: C7, 55 and 6A. RGB value is (199,85,106). Sum of RGB (Red+Green+Blue) = 199+85+106=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7556A is #38AA95. Grayscale: #797979. Windows color (decimal): -3713686 or 6968775. OLE color: 6968775.

HSL color Cylindrical-coordinate representation of color #C7556A: hue angle of 348.95º 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 #C7556A is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB19985106-
CMYK00.570.470.22
HSL348.95º50.44%55.69%-
HSV(B)348.95º57.29%78.04%-
XYZ29.419.6815.88-
YUV121.48119.27183.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=51.03%
G=21.79%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998510600.570.470.22348.9550.4455.69
HexC7556A0392F1615d3238
Octal30712515207157265356270
Binary1100011110101011101010011100110111110110101011101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7556A; }

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

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

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

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

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

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

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

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