#C3586E

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

Shades of Cabaret #C3586E

Tints of Cabaret #C3586E

Color information

#C3586E (or 0xC3586E) is unknown color: approx Cabaret. HEX triplet: C3, 58 and 6E. RGB value is (195,88,110). Sum of RGB (Red+Green+Blue) = 195+88+110=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3586E is #3CA791. Grayscale: #7A7A7A. Windows color (decimal): -3975058 or 7231683. OLE color: 7231683.

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

Color convert

RGB19588110-
CMYK00.550.440.24
HSL347.66º47.14%55.49%-
HSV(B)347.66º54.87%76.47%-
XYZ28.8119.7117.04-
YUV122.5120.95179.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=49.62%
G=22.39%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958811000.550.440.24347.6647.1455.49
HexC3586E0372C1815c2f37
Octal30313015606754305345767
Binary1100001110110001101110011011110110011000101011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3586E; }

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

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

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

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

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

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

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

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