#C2586E

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

Shades of Cabaret #C2586E

Tints of Cabaret #C2586E

Color information

#C2586E (or 0xC2586E) is unknown color: approx Cabaret. HEX triplet: C2, 58 and 6E. RGB value is (194,88,110). Sum of RGB (Red+Green+Blue) = 194+88+110=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2586E is #3DA791. Grayscale: #7A7A7A. Windows color (decimal): -4040594 or 7231682. OLE color: 7231682.

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

Color convert

RGB19488110-
CMYK00.550.430.24
HSL347.55º46.49%55.29%-
HSV(B)347.55º54.64%76.08%-
XYZ28.5519.5717.03-
YUV122.2121.12179.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=49.49%
G=22.45%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948811000.550.430.24347.5546.4955.29
HexC2586E0372B1815c2e37
Octal30213015606753305345667
Binary1100001010110001101110011011110101111000101011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2586E; }

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

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

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

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

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

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

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

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