#C56573

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

Shades of Cabaret #C56573

Tints of Cabaret #C56573

Color information

#C56573 (or 0xC56573) is unknown color: approx Cabaret. HEX triplet: C5, 65 and 73. RGB value is (197,101,115). Sum of RGB (Red+Green+Blue) = 197+101+115=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C56573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56573 is #3A9A8C. Grayscale: #838383. Windows color (decimal): -3840653 or 7562693. OLE color: 7562693.

HSL color Cylindrical-coordinate representation of color #C56573: hue angle of 351.25º degrees, saturation: 0.45, 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 #C56573 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB197101115-
CMYK00.490.420.23
HSL351.25º45.28%58.43%-
HSV(B)351.25º48.73%77.25%-
XYZ30.7722.4218.92-
YUV131.3118.8174.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=47.70%
G=24.46%
B=27.85%

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
Decimal19710111500.490.420.23351.2545.2858.43
HexC565730312A1715f2d3a
Octal30514516306152275375572
Binary1100010111001011110011011000110101010111101011111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56573; }

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

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

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

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

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

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

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

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