#C2586C

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

Shades of Cabaret #C2586C

Tints of Cabaret #C2586C

Color information

#C2586C (or 0xC2586C) is unknown color: approx Cabaret. HEX triplet: C2, 58 and 6C. RGB value is (194,88,108). Sum of RGB (Red+Green+Blue) = 194+88+108=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2586C is #3DA793. Grayscale: #797979. Windows color (decimal): -4040596 or 7100610. OLE color: 7100610.

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

Color convert

RGB19488108-
CMYK00.550.440.24
HSL348.68º46.49%55.29%-
HSV(B)348.68º54.64%76.08%-
XYZ28.4419.5316.46-
YUV121.97120.12179.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=49.74%
G=22.56%
B=27.69%

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
Decimal1948810800.550.440.24348.6846.4955.29
HexC2586C0372C1815d2e37
Octal30213015406754305355667
Binary1100001010110001101100011011110110011000101011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2586C; }

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

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

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

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

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

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

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

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