#C3546A

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

Shades of Cabaret #C3546A

Tints of Cabaret #C3546A

Color information

#C3546A (or 0xC3546A) is unknown color: approx Cabaret. HEX triplet: C3, 54 and 6A. RGB value is (195,84,106). Sum of RGB (Red+Green+Blue) = 195+84+106=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3546A is #3CAB95. Grayscale: #777777. Windows color (decimal): -3976086 or 6968515. OLE color: 6968515.

HSL color Cylindrical-coordinate representation of color #C3546A: hue angle of 348.11º 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 #C3546A is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19584106-
CMYK00.570.460.24
HSL348.11º48.05%54.71%-
HSV(B)348.11º56.92%76.47%-
XYZ28.2818.9815.81-
YUV119.7120.27181.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=50.65%
G=21.82%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958410600.570.460.24348.1148.0554.71
HexC3546A0392E1815c3037
Octal30312415207156305346067
Binary1100001110101001101010011100110111011000101011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3546A; }

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

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

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

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

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

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

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

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