#C56473

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

Shades of Cabaret #C56473

Tints of Cabaret #C56473

Color information

#C56473 (or 0xC56473) is unknown color: approx Cabaret. HEX triplet: C5, 64 and 73. RGB value is (197,100,115). Sum of RGB (Red+Green+Blue) = 197+100+115=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C56473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56473 is #3A9B8C. Grayscale: #828282. Windows color (decimal): -3840909 or 7562437. OLE color: 7562437.

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

Color convert

RGB197100115-
CMYK00.490.420.23
HSL350.72º45.54%58.24%-
HSV(B)350.72º49.24%77.25%-
XYZ30.6822.2218.89-
YUV130.71119.14175.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=47.82%
G=24.27%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710011500.490.420.23350.7245.5458.24
HexC564730312A1715f2e3a
Octal30514416306152275375672
Binary1100010111001001110011011000110101010111101011111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56473; }

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

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

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

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

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

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

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

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