#C15969

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

Shades of Cabaret #C15969

Tints of Cabaret #C15969

Color information

#C15969 (or 0xC15969) is unknown color: approx Cabaret. HEX triplet: C1, 59 and 69. RGB value is (193,89,105). Sum of RGB (Red+Green+Blue) = 193+89+105=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C15969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15969 is #3EA696. Grayscale: #797979. Windows color (decimal): -4105879 or 6904257. OLE color: 6904257.

HSL color Cylindrical-coordinate representation of color #C15969: hue angle of 350.77º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15969 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19389105-
CMYK00.540.460.24
HSL350.77º45.61%55.29%-
HSV(B)350.77º53.89%75.69%-
XYZ28.1119.515.65-
YUV121.92118.46178.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.87%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=49.87%
G=23.00%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938910500.540.460.24350.7745.6155.29
HexC159690362E1815f2e37
Octal30113115106656305375667
Binary1100000110110011101001011011010111011000101011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15969; }

 p { color: rgb(193,89,105); }

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

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

 a { background-color: rgb(193,89,105); }

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

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

 span { border-color: rgb(193,89,105); }

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