#c15e6e

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

Shades of Cabaret #C15E6E

Tints of Cabaret #C15E6E

Color information

#C15E6E (or 0xC15E6E) is unknown color: approx Cabaret. HEX triplet: C1, 5E and 6E. RGB value is (193,94,110). Sum of RGB (Red+Green+Blue) = 193+94+110=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E6E is #3EA191. Grayscale: #7D7D7D. Windows color (decimal): -4104594 or 7233217. OLE color: 7233217.

HSL color Cylindrical-coordinate representation of color #C15E6E: hue angle of 350.3º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15E6E is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19394110-
CMYK00.510.430.24
HSL350.3º44.39%56.27%-
HSV(B)350.3º51.3%75.69%-
XYZ28.8120.4717.18-
YUV125.42119.3176.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=48.61%
G=23.68%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939411000.510.430.24350.344.3956.27
HexC15E6E0332B1815e2c38
Octal30113615606353305365470
Binary1100000110111101101110011001110101111000101011110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c15e6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c15e6e; }

 p { color: rgb(193,94,110); }

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

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

 a { background-color: rgb(193,94,110); }

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

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

 span { border-color: rgb(193,94,110); }

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