#C56073

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

Shades of Cabaret #C56073

Tints of Cabaret #C56073

Color information

#C56073 (or 0xC56073) is unknown color: approx Cabaret. HEX triplet: C5, 60 and 73. RGB value is (197,96,115). Sum of RGB (Red+Green+Blue) = 197+96+115=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C56073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56073 is #3A9F8C. Grayscale: #808080. Windows color (decimal): -3841933 or 7561413. OLE color: 7561413.

HSL color Cylindrical-coordinate representation of color #C56073: hue angle of 348.71º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56073 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19796115-
CMYK00.510.420.23
HSL348.71º46.54%57.45%-
HSV(B)348.71º51.27%77.25%-
XYZ30.321.4718.77-
YUV128.36120.46176.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.28%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=48.28%
G=23.53%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979611500.510.420.23348.7146.5457.45
HexC560730332A1715d2f39
Octal30514016306352275355771
Binary1100010111000001110011011001110101010111101011101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56073; }

 p { color: rgb(197,96,115); }

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

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

 a { background-color: rgb(197,96,115); }

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

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

 span { border-color: rgb(197,96,115); }

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