#C46573

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

Shades of Cabaret #C46573

Tints of Cabaret #C46573

Color information

#C46573 (or 0xC46573) is unknown color: approx Cabaret. HEX triplet: C4, 65 and 73. RGB value is (196,101,115). Sum of RGB (Red+Green+Blue) = 196+101+115=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C46573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46573 is #3B9A8C. Grayscale: #838383. Windows color (decimal): -3906189 or 7562692. OLE color: 7562692.

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

Color convert

RGB196101115-
CMYK00.480.410.23
HSL351.16º44.6%58.24%-
HSV(B)351.16º48.47%76.86%-
XYZ30.5122.2818.91-
YUV131118.97174.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=47.57%
G=24.51%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610111500.480.410.23351.1644.658.24
HexC46573030291715f2d3a
Octal30414516306051275375572
Binary1100010011001011110011011000010100110111101011111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46573; }

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

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

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

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

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

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

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

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