#C15F79

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

Shades of Cabaret #C15F79

Tints of Cabaret #C15F79

Color information

#C15F79 (or 0xC15F79) is unknown color: approx Cabaret. HEX triplet: C1, 5F and 79. RGB value is (193,95,121). Sum of RGB (Red+Green+Blue) = 193+95+121=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F79 is #3EA086. Grayscale: #7F7F7F. Windows color (decimal): -4104327 or 7954369. OLE color: 7954369.

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

Color convert

RGB19395121-
CMYK00.510.370.24
HSL344.08º44.14%56.47%-
HSV(B)344.08º50.78%75.69%-
XYZ29.5420.920.57-
YUV127.27124.47174.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=47.19%
G=23.23%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939512100.510.370.24344.0844.1456.47
HexC15F7903325181582c38
Octal30113717106345305305470
Binary1100000110111111111001011001110010111000101011000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15F79; }

 p { color: rgb(193,95,121); }

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

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

 a { background-color: rgb(193,95,121); }

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

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

 span { border-color: rgb(193,95,121); }

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