#C3586C

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

Shades of Cabaret #C3586C

Tints of Cabaret #C3586C

Color information

#C3586C (or 0xC3586C) is unknown color: approx Cabaret. HEX triplet: C3, 58 and 6C. RGB value is (195,88,108). Sum of RGB (Red+Green+Blue) = 195+88+108=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3586C is #3CA793. Grayscale: #7A7A7A. Windows color (decimal): -3975060 or 7100611. OLE color: 7100611.

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

Color convert

RGB19588108-
CMYK00.550.450.24
HSL348.79º47.14%55.49%-
HSV(B)348.79º54.87%76.47%-
XYZ28.719.6616.47-
YUV122.27119.95179.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.87%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=49.87%
G=22.51%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958810800.550.450.24348.7947.1455.49
HexC3586C0372D1815d2f37
Octal30313015406755305355767
Binary1100001110110001101100011011110110111000101011101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3586C; }

 p { color: rgb(195,88,108); }

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

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

 a { background-color: rgb(195,88,108); }

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

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

 span { border-color: rgb(195,88,108); }

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