#C3546B

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

Shades of Cabaret #C3546B

Tints of Cabaret #C3546B

Color information

#C3546B (or 0xC3546B) is unknown color: approx Cabaret. HEX triplet: C3, 54 and 6B. RGB value is (195,84,107). Sum of RGB (Red+Green+Blue) = 195+84+107=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3546B is #3CAB94. Grayscale: #777777. Windows color (decimal): -3976085 or 7034051. OLE color: 7034051.

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

Color convert

RGB19584107-
CMYK00.570.450.24
HSL347.57º48.05%54.71%-
HSV(B)347.57º56.92%76.47%-
XYZ28.331916.08-
YUV119.81120.77181.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 107 (42.19% from 255) = 27.72%
R=50.52%
G=21.76%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958410700.570.450.24347.5748.0554.71
HexC3546B0392D1815c3037
Octal30312415307155305346067
Binary1100001110101001101011011100110110111000101011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3546B; }

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

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

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

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

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

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

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

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