#C15D7A

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

Shades of Cabaret #C15D7A

Tints of Cabaret #C15D7A

Color information

#C15D7A (or 0xC15D7A) is unknown color: approx Cabaret. HEX triplet: C1, 5D and 7A. RGB value is (193,93,122). Sum of RGB (Red+Green+Blue) = 193+93+122=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15D7A is #3EA285. Grayscale: #7E7E7E. Windows color (decimal): -4104838 or 8019393. OLE color: 8019393.

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

Color convert

RGB19393122-
CMYK00.520.370.24
HSL342.6º44.64%56.08%-
HSV(B)342.6º51.81%75.69%-
XYZ29.4220.5720.83-
YUV126.21125.63175.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 122 (48.05% from 255) = 29.90%
R=47.30%
G=22.79%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939312200.520.370.24342.644.6456.08
HexC15D7A03425181572d38
Octal30113517206445305275570
Binary1100000110111011111010011010010010111000101010111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15D7A; }

 p { color: rgb(193,93,122); }

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

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

 a { background-color: rgb(193,93,122); }

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

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

 span { border-color: rgb(193,93,122); }

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