#C4546B

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

Shades of Cabaret #C4546B

Tints of Cabaret #C4546B

Color information

#C4546B (or 0xC4546B) is unknown color: approx Cabaret. HEX triplet: C4, 54 and 6B. RGB value is (196,84,107). Sum of RGB (Red+Green+Blue) = 196+84+107=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4546B is #3BAB94. Grayscale: #787878. Windows color (decimal): -3910549 or 7034052. OLE color: 7034052.

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

Color convert

RGB19684107-
CMYK00.570.450.23
HSL347.68º48.7%54.9%-
HSV(B)347.68º57.14%76.86%-
XYZ28.5919.1416.1-
YUV120.11120.61182.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 107 (42.19% from 255) = 27.65%
R=50.65%
G=21.71%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968410700.570.450.23347.6848.754.9
HexC4546B0392D1715c3137
Octal30412415307155275346167
Binary1100010010101001101011011100110110110111101011100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4546B; }

 p { color: rgb(196,84,107); }

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

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

 a { background-color: rgb(196,84,107); }

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

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

 span { border-color: rgb(196,84,107); }

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