#C1556A

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

Shades of Cabaret #C1556A

Tints of Cabaret #C1556A

Color information

#C1556A (or 0xC1556A) is unknown color: approx Cabaret. HEX triplet: C1, 55 and 6A. RGB value is (193,85,106). Sum of RGB (Red+Green+Blue) = 193+85+106=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1556A is #3EAA95. Grayscale: #777777. Windows color (decimal): -4106902 or 6968769. OLE color: 6968769.

HSL color Cylindrical-coordinate representation of color #C1556A: hue angle of 348.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1556A is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19385106-
CMYK00.560.450.24
HSL348.33º46.55%54.51%-
HSV(B)348.33º55.96%75.69%-
XYZ27.8418.8815.81-
YUV119.69120.28180.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.26%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=50.26%
G=22.14%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938510600.560.450.24348.3346.5554.51
HexC1556A0382D1815c2f37
Octal30112515207055305345767
Binary1100000110101011101010011100010110111000101011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1556A; }

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

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

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

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

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

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

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

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